Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 717 Bytes

File metadata and controls

26 lines (14 loc) · 717 Bytes

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.