An open API service indexing awesome lists of open source software.

https://github.com/sofish/donuts

hybrid sucks
https://github.com/sofish/donuts

Last synced: about 1 month ago
JSON representation

hybrid sucks

Awesome Lists containing this project

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.

```bash
$ npm install donuts -g
```

## create project

```bash
$ donuts create [identifier] [name]
## Example: donuts create fish
```

## setup dev ENV

```bash
$ cd /path/of/your/app
$ donuts dev
## build with gulp
## run a server at http://0.0.0.0:8023
```

## run your app

```bash
$ 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.

```bash
$ donuts design
```

## help

```
$ donuts --help
```