mirror of
https://github.com/status-im/re-natal.git
synced 2025-01-14 22:54:32 +00:00
added usage section to readme
This commit is contained in:
parent
be116c7f4f
commit
559f6a8033
17
README.md
17
README.md
@ -14,3 +14,20 @@ It stands firmly on the shoulders of giants, specifically those of
|
|||||||
[documentation](https://github.com/omcljs/ambly/wiki/ClojureScript-React-Native-Quick-Start)
|
[documentation](https://github.com/omcljs/ambly/wiki/ClojureScript-React-Native-Quick-Start)
|
||||||
on setting up a ClojureScript React Native app.
|
on setting up a ClojureScript React Native app.
|
||||||
|
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
First, install the CLI using npm:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ npm install -g natal
|
||||||
|
```
|
||||||
|
|
||||||
|
Then run `natal` with your app's name as the first argument:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ natal FutureApp
|
||||||
|
```
|
||||||
|
|
||||||
|
If your app is more than a single word, be sure to type it in CamelCase.
|
||||||
|
A corresponding hyphenated Clojure namespace will be created.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user