donuts

cli interface for donuts

Usage no npm install needed!

<script type="module">
  import donuts from 'https://cdn.skypack.dev/donuts';
</script>

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