0.0.8 • Published 10 years ago

donuts v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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
0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago