UNPKG

all-the-workshops

Version:
27 lines (14 loc) 717 B
all-the-workshops ================= All the NodeSchool workshops ## What is this for? You know when you are doing events and stuff and the wifi is just terrible. This is what this is for. This allows you to throw up the `*.tgz` NodeSchool workshoppers on the local network, or on a USB stick to pass around. ## Use `$ mkdir workshops; cd workshops; npm i all-the-workshops` Wait a bit and it will do some magic. Then in the dir you created you should have all the `*.tgz` files for every workshopper. Then you can just: `$ npm i -g stream-adventure.tgz` and it will install with all the dependencies bundled. ## Caveats Might need to do this per platform as some of the deps are compiled at install time.