generator-ozjs

Scaffolding tool for OzJS which offers a packaging workflow integrates toolchain, micro-framework and many best practices

Usage no npm install needed!

<script type="module">
  import generatorOzjs from 'https://cdn.skypack.dev/generator-ozjs';
</script>

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

  1. node, npm
  2. grunt v0.4 - npm install grunt-cli -g
  3. istatic - node install node-istatic -g
  4. Yo - npm install yo -g
  5. 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

See OzJS Release History

License

Copyright (c) 2010 - 2013 dexteryy
Licensed under the MIT license.