UNPKG

browserify-adventure

Version:

learn browserify with this educational adventure

29 lines (17 loc) 655 B
# browserify-adventure Go on an educational browserify adventure! [![build status](https://secure.travis-ci.org/substack/browserify-adventure.png)](http://travis-ci.org/substack/browserify-adventure) # install First install [node](http://nodejs.org) version 0.10 or later. Once you've installed `node`, you will have an `npm` command. With [npm](https://npmjs.org) do: ``` npm install -g browserify-adventure browserify ``` If you want to play offline, make a new directory then do: ``` npm install uniq brfs through2 domify stream-combiner sprintf \ quote-stream split browserify-shim ``` # run Now just type `browserify-adventure` to play!