UNPKG

workshopper

Version:

A terminal workshop runner framework

59 lines (38 loc) 3.1 kB
# Workshopper **A terminal workshop runner framework** [![NPM](https://nodei.co/npm/workshopper.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/workshopper/) [![NPM](https://nodei.co/npm-dl/workshopper.png?months=3&height=3)](https://nodei.co/npm/workshopper/) ![Learn You The Node.js For Much Win!](https://raw.github.com/rvagg/learnyounode/master/learnyounode.png) **Workshopper** is used by **[learnyounode](https://github.com/rvagg/learnyounode)**, and other Node.js command-line workshop applications. *Documentation is being written for the v1 rewrite right now! Ping @rvagg if you need anything. **learnyounode** is now using this new version, for now you can use it to see how this works. For now, [@linclark](https://github.com/linclark) has written a good introduction on creating your own workshop, available [here](http://lin-clark.com/blog/2014/07/01/authoring-nodejs-workshopper-lessons/). ## High-level overview Workshopper is essentially a *test-runner* with a fancy terminal UI. The Workshopper package itself is largely concerned with the menu system and some of the basic command-line parsing. Much of the work for executing the exercise validation is handled by [workshopper-exercise](http://github.com/rvagg/workshopper-exercise). ### Contributors <b><code>workshopper</code></b> is proudly brought to you by the following hackers: * [@rvagg](https://github.com/rvagg) * [@substack](https://github.com/substack) * [@maxogden](https://github.com/maxogden) * [@cjb](https://github.com/cjb) * [@wpreul](https://github.com/wpreul) * [@davglass](https://github.com/davglass) * [@Rowno](https://github.com/Rowno) * [@wilmoore](https://github.com/wilmoore) * [@evilpacket](https://github.com/evilpacket) * [@bobholt](https://github.com/bobholt) * [@jessmartin](https://github.com/jessmartin) * [@braz](https://github.com/braz) * [@timoxley](https://github.com/timoxley) * [@dominictarr](https://github.com/dominictarr) * [@dominhhai](https://github.com/dominhhai) * [@minatu2d](https://github.com/minatu2d) #### Maintainers * [@rvagg](https://github.com/rvagg) * [@substack](https://github.com/substack) * [@maxogden](https://github.com/maxogden) * [@cjb](https://github.com/cjb) * [@timoxley](https://github.com/timoxley) * [@dominictarr](https://github.com/dominictarr) * [@braz](https://github.com/braz) ## License **Workshopper** is Copyright (c) 2013-2015 Rod Vagg [@rvagg](https://twitter.com/rvagg) and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details. **Workshopper** builds on the excellent work by [@substack](https://github.com/substack) and [@maxogden](https://github.com/maxogden) who created **[stream-adventure](https://github.com/substack/stream-adventure)** which serves as the original foundation for **Workshopper** and **learnyounode**. Portions of **Workshopper** may also be Copyright (c) 2013 [@substack](https://github.com/substack) and [@maxogden](https://github.com/maxogden) given that it builds on their original code.