https://github.com/sofish/donuts
hybrid sucks
https://github.com/sofish/donuts
Last synced: about 1 month ago
JSON representation
hybrid sucks
- Host: GitHub
- URL: https://github.com/sofish/donuts
- Owner: sofish
- Created: 2015-09-09T09:04:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-16T17:57:58.000Z (almost 11 years ago)
- Last Synced: 2025-10-18T15:40:51.948Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.92 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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
```