0.1.1 • Published 12 years ago
generator-ratchet v0.1.1
Ratchet Framework Generator 
Yeoman generator for Ratchet - Build mobile websites for IOS and Android with simple HTML‚ CSS‚ and JS components.
Yeoman generator
Usage
Install generator-ratchet
npm install -g generator-ratchetMake a new directory, and cd into it
mkdir my-ratchet-project && cd $_Run yo ratchet
yo ratchetFollow the prompt to select if you want to use sass for css, then spin up a connect server with watch and livereload for developing in your browser.
gulp watchWhen you're ready to push the app to production, the following gulp task will help us in building all our assets & creating a "dist" directory which will contain our build code.
gulpLicense
MIT