workshopjs

0.0.0 • Public • Published

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.

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i workshopjs

    Weekly Downloads

    1

    Version

    0.0.0

    License

    none

    Last publish

    Collaborators

    • garryyao