0.0.2 • Published 12 years ago
generator-oj v0.0.2
generator-oj
A Yeoman generator that helps create OJ projects.
What is Yeoman?
Yeoman is a fancy tool that helps create project scaffolding, in this case for OJ projects.
What is OJ?
OJ helps you make websites with objects. See the documentation here: ojjs.org
Install oj
npm install -g ojInstall Yeoman
npm install -g yoInstall the OJ generator
npm install -g generator-ojRun the generator where you want your OJ project
yo ojProject Options
Build Express Webserver with OJ
yo oj:expressBuild Static Website using the OJ CLI
yo oj:staticNote: The OJ generator will ask you which project you want if you don't specify.
Language Options
Use CoffeeScript
oj yo --coffeeUse JavaScript
oj yo --jsNote: The OJ generator will ask you which language you want if you don't specify.