OzJS
A microkernel for modular javascript, a toolchain for modern front-end, a micro-framework for growable WebApp.
Scaffolding tool for OzJS which offers a packaging workflow integrates Ozma, istatic, Grunt, Yo, Compass/Stylus, micro-framework and many best practices.
Available generators:
npm install grunt-cli -gnode install node-istatic -gnpm install yo -gcd ~
npm install generator-ozjs
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
yo ozjs:npm [project_directory]
npm install
grunt
grunt publish
Copyright (c) 2010 - 2013 dexteryy
Licensed under the MIT license.