0.0.1 • Published 10 years ago
coracle v0.0.1
Coracle generator
Scaffold a project in 1 minute
Install
npm install -g yo gulp generator-coracleUsage
1. Create the project directory
mkdir my_app2. Run the generator
cd my_app
yo coracleBe patient.. this may take a few minutes.
3. config
write config.js for your project
4. Build
gulp build5. Run your app
Start a development web server, start Weinre, and watch for changes
gulp6. zip your app
Conpress zip files for your project module
gulp zip7. upload your module to xSimple
gulp uploaduse 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