0.0.0 • Published 10 years ago

workshopjs v0.0.0

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

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.