reazy-cli
v0.1.13
Published
Reazy CLI tools
Downloads
9
Maintainers
Keywords
Readme
This package provides a lightweight CLI tool which installs Reazy for your project and passes on the commands to Reazy which handles them.
Getting started
Install Reazy CLI
$ npm install -g reazy-cli
Generate the app
$ reazy init MyAwesomeApp [type]
[type]: mobile/web/plugin. Optional (You will be prompted later if you don't specify it here)
mobile: A simple React Native app with only the basic services.
web: A React project for web. Coming soon!
plugin: Scaffolding for a Reazy plugin.