README
Workshop.js
JavaScript workshop based on CLI inquiry
Getting Started
Install the module with: npm install workshopjs
Launch the workshop with:
var workshop = require('workshop');
workshop({
cwd: "your_workshop_dir"
validators: {...your question resolvers...}
});
Documentation
(Coming soon)
Examples
(Coming soon)
Release History
(Nothing yet)
License
Copyright (c) 2013 Garry Yao. Licensed under the MIT license.