Home

Awesome

Workshopper generator

Yeoman generator for workshopper. Let you create a workshopper bootstrap in no time.

Usage

Install generator-workshopper

npm install -g generator-workshopper

Make a new directory, and cd into it:

mkdir my-new-workshopper && cd $_

Run yo workshopper:

yo workshopper

To add a new exercise run yo workshopper:exercise, optionally passing an exercise name:

yo workshopper:exercise [name]

You can try your workshop locally just runnnig npm start:

npm start

Happy coding ^_^

Credits

People behind workshopper and yeoman. Checkout nodeschool.io for ideas.