update readme with instruction for Om.Next

This commit is contained in:
Artur Girenko 2016-02-11 13:18:21 +01:00
parent b73e7a1ed3
commit 9090693fb6
1 changed files with 7 additions and 1 deletions

View File

@ -7,7 +7,8 @@ Artur Girenko, MIT License
This project is a fork of [dmotz/natal](https://github.com/dmotz/natal) by Dan Motzenbecker with
the goal of generating skeleton of native app for iOS and Android based on
[Reagent](https://github.com/reagent-project/reagent) and [re-frame](https://github.com/Day8/re-frame).
[Reagent](https://github.com/reagent-project/reagent) and [re-frame](https://github.com/Day8/re-frame)
or [Om.Next](https://github.com/omcljs/om/wiki/Quick-Start-(om.next)).
The support of Figwheel is based on brilliant solution developed by Will Decker [decker405/figwheel-react-native](https://github.com/decker405/figwheel-react-native)
which works in both platforms.
@ -54,6 +55,11 @@ To bootstrap a new app, run `re-natal init` with your app's name as an argument:
```
$ re-natal init FutureApp
```
Or, for Om.Next project:
```
$ re-natal init FutureApp -i om-next
```
If your app's name is more than a single word, be sure to type it in CamelCase.
A corresponding hyphenated Clojure namespace will be created.