Creando un Workshop NodeSchool
Aquí hay algunas de las herramientas comúnmente utilizadas para crear workshops NodeSchool.
npm install workshopper
para obtener un framework de workshop con todas las características de una herramienta CLI.
npm install adventure
to get an alternative to workshopper that is lighter weight.
Build your own
Don't be afraid to hack the format! E.g. if you want to write a workshop to teach CSS you may have to invent your own workshop format. For example the browser-menu module was written for the shader-school workshop.