A Yeoman generator that helps create OJ projects.
Yeoman is a fancy tool that helps create project scaffolding, in this case for OJ projects.
OJ helps you make websites with objects. See the documentation here: ojjs.org
npm install -g oj
npm install -g yo
npm install -g generator-oj
yo oj
Build Express Webserver with OJ
yo oj:express
Build Static Website using the OJ CLI
yo oj:static
Note: The OJ generator will ask you which project you want if you don't specify.
Use CoffeeScript
oj yo --coffee
Use JavaScript
oj yo --js
Note: The OJ generator will ask you which language you want if you don't specify.