generator-ozjs
v0.2.2
Published
Scaffolding tool for OzJS which offers a packaging workflow integrates toolchain, micro-framework and many best practices
Downloads
10
Readme
OzJS generator
Yeoman generator for OzJS which integrates Ozma, istatic, Grunt, Compass/Stylus, micro-framework and many best practices.
Available generators:
Getting Started
Require
- node, npm
- grunt v0.4 -
npm install grunt-cli -g
- istatic -
node install node-istatic -g
- Yo -
npm install yo -g
- ruby, gem, bundle (if you need Scss)
Install
cd ~
npm install generator-ozjs
Usage
App
cd empty_project_directory
yo ozjs
npm install
bundle install
istatic pull
grunt
or
yo ozjs project_name
cd project_name
npm install
bundle install
istatic pull
grunt
More coming soon...
Source code
More References
See OzJS References
Release History
License
Copyright (c) 2010 - 2013 dexteryy
Licensed under the MIT license.