Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mindcookin/generator-workshopper

A generator for the marvelous workshopper from nodeschool.io
https://github.com/mindcookin/generator-workshopper

Last synced: about 2 months ago
JSON representation

A generator for the marvelous workshopper from nodeschool.io

Awesome Lists containing this project

README

        

Workshopper generator
=====================

> Yeoman generator for [workshopper](https://github.com/rvagg/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](https://github.com/rvagg/workshopper) and [yeoman](https://github.com/yeoman/yeoman).
Checkout [nodeschool.io](http://nodeschool.io/) for ideas.