0.0.1 • Published 8 years ago

coracle v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

Coracle generator

Scaffold a project in 1 minute

Install

npm install -g yo gulp generator-coracle

Usage

1. Create the project directory

mkdir my_app

2. Run the generator

cd my_app
yo coracle

Be patient.. this may take a few minutes.

3. config

write config.js for your project

4. Build

gulp build

5. Run your app

Start a development web server, start Weinre, and watch for changes

gulp

6. zip your app

Conpress zip files for your project module

gulp zip

7. upload your module to xSimple

gulp upload

use up or down move,space to select,enter to commit.

warning

Every module should have a .js,.html,.css,.less file.Otherwise gulp build will not make a folder for this module.Then gulp upload will throw a error.

License

GPL