donuts
v0.0.8
Published
cli interface for donuts
Downloads
17
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 -g
create project
$ donuts create <folder> [identifier] [name]
## Example: donuts create fish
setup dev ENV
$ cd /path/of/your/app
$ donuts dev
## build with gulp
## run a server at http://0.0.0.0:8023
run your app
$ donuts run
## run with emulator
## you can run with a device with the `--device` flag
generate icons and splash screens
Make sure you have add icon.png
and splash.png
to the
root path of the app.
$ donuts design
help
$ donuts --help