donuts
v0.0.8
Published
cli interface for donuts
Readme
Donuts is a wrapper for cordova, use it to setup and run a component-base stack that helps you develop native app with HTML, CSS and JS in an easy way.
install
Make sure you have Node/NPM installed.
$ npm install donuts -gcreate project
$ donuts create <folder> [identifier] [name]
## Example: donuts create fishsetup dev ENV
$ cd /path/of/your/app
$ donuts dev
## build with gulp
## run a server at http://0.0.0.0:8023run your app
$ donuts run
## run with emulator
## you can run with a device with the `--device` flaggenerate icons and splash screens
Make sure you have add icon.png and splash.png to the
root path of the app.
$ donuts designhelp
$ donuts --help