Scaffolding tool for OzJS which offers a packaging workflow integrates Ozma, istatic, Grunt, Yo, Compass/Stylus, micro-framework and many best practices.
Available generators:
- ozjs (aka ozjs:app) - create a OzJS-based web app project
- ozjs:npm - create configure files to publish AMD module to NPM without tears
- more coming soon...
- node, npm
- ruby, gem, bundler (if you need Scss)
npm install -g generator-ozjs
cd empty_project_directory
yo ozjs
npm install
bundle install
istatic pull
cp config.js.tmpl config.js
grunt
or
yo ozjs project_name
cd project_name
npm install
bundle install
istatic pull
cp config.js.tmpl config.js
grunt
yo ozjs:npm [project_directory]
npm install
grunt
grunt publish
Copyright (c) 2010 - 2013 dexteryy
Licensed under the MIT license.