0.1.8 • Published 11 years ago
generator-workshopper v0.1.8
Workshopper generator
Yeoman generator for workshopper. Let you create a workshopper bootstrap in no time.
Usage
Install generator-workshopper
npm install -g generator-workshopperMake a new directory, and cd into it:
mkdir my-new-workshopper && cd $_Run yo workshopper:
yo workshopperTo 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 startHappy coding ^_^
Credits
People behind workshopper and yeoman. Checkout nodeschool.io for ideas.