timoxley / functional-javascript-workshop

A functional javascript workshop. No libraries required (i.e. no underscore), just ES5.
2.06k stars 441 forks source link

Using workshops locally #194

Closed TristanMarion closed 6 years ago

TristanMarion commented 6 years ago

Hi, is there any way to avoid installing NodeSchool workshops globally ? I was thinking about something like npx, is it possible ?

And thanks for these workshops, they are awesome ❤️

TristanMarion commented 6 years ago

I found a way to do it, launching manually the ${name_of_workshop}.js file in its module folder but if someone has a better solution I take it !