### Install and Run learnyounode Source: https://nodeschool.io/ Installs the 'learnyounode' workshopper globally and launches it. This workshopper teaches Node.js basics. ```bash npm install -g learnyounode learnyounode ``` -------------------------------- ### Install learnyouhtml Workshopper Source: https://nodeschool.io/ Installs the 'learnyouhtml' workshopper globally. This workshopper guides you through creating your first web page. ```bash npm install -g learnyouhtml ``` -------------------------------- ### Install learnyoumongo Workshopper Source: https://nodeschool.io/ Installs the 'learnyoumongo' workshopper globally. This workshopper covers getting started with MongoDB and Node.js. ```bash npm install -g learnyoumongo ``` -------------------------------- ### Install learn-sass Workshopper Source: https://nodeschool.io/ Installs the 'learn-sass' workshopper globally. This workshopper teaches the basics of SASS. ```bash npm install -g learn-sass ``` -------------------------------- ### Install How to npm Workshopper Source: https://nodeschool.io/ Installs the 'how-to-npm' workshopper globally. This workshopper teaches how to use and create npm modules. ```bash npm install -g how-to-npm ``` -------------------------------- ### Install how-to-markdown Workshopper Source: https://nodeschool.io/ Installs the 'how-to-markdown' workshopper globally. This workshopper teaches the basics of Markdown syntax. ```bash npm install -g how-to-markdown ``` -------------------------------- ### Install Pattern Lab Workshop Source: https://nodeschool.io/ Installs the 'pattern-lab-workshop' workshopper globally. This workshopper teaches the basics of Pattern Lab. ```bash npm install -g pattern-lab-workshop ``` -------------------------------- ### Install Planet Proto Workshopper Source: https://nodeschool.io/ Installs the 'planetproto' workshopper globally. This workshopper focuses on understanding JavaScript prototypes. ```bash npm install -g planetproto ``` -------------------------------- ### Install Intro to WebGL Workshopper Source: https://nodeschool.io/ Installs the 'introtowebgl' workshopper globally. This workshopper provides an introduction to three.js and WebGL. ```bash npm install -g introtowebgl ``` -------------------------------- ### Install javascripting Workshopper Source: https://nodeschool.io/ Installs the 'javascripting' workshopper globally. This workshopper is for learning JavaScript basics. ```bash npm install -g javascripting ``` -------------------------------- ### Install WebGL Workshop Source: https://nodeschool.io/ Installs the 'webgl-workshop' workshopper globally. This workshopper teaches the basics of WebGL in manageable steps. ```bash npm install -g webgl-workshop ``` -------------------------------- ### Install learnyoubash Workshopper Source: https://nodeschool.io/ Installs the 'learnyoubash' workshopper globally. This workshopper teaches terminal usage and Bash scripting. ```bash npm install -g learnyoubash ``` -------------------------------- ### Install stream-adventure Workshopper Source: https://nodeschool.io/ Installs the 'stream-adventure' workshopper globally. This workshopper focuses on composing streaming interfaces. ```bash npm install -g stream-adventure ``` -------------------------------- ### Install Elementary Electron Workshopper Source: https://nodeschool.io/ Installs the 'elementary-electron' workshopper globally. This workshopper teaches how to build desktop applications with Electron. ```bash npm install -g elementary-electron ``` -------------------------------- ### Install regex-adventure Workshopper Source: https://nodeschool.io/ Installs the 'regex-adventure' workshopper globally. This workshopper teaches how to parse text using regular expressions. ```bash npm install -g regex-adventure ``` -------------------------------- ### Install Level Me Up Scotty! Workshopper Source: https://nodeschool.io/ Installs the 'levelmeup' workshopper globally. This workshopper teaches how to use LevelDB, a key/value store. ```bash npm install -g levelmeup ``` -------------------------------- ### Install Make Me Hapi Workshopper Source: https://nodeschool.io/ Installs the 'makemehapi' workshopper globally. This workshopper teaches about the hapi framework through challenges. ```bash npm install -g makemehapi ``` -------------------------------- ### Install ExpressWorks Workshopper Source: https://nodeschool.io/ Installs the 'expressworks' workshopper globally. This workshopper covers the basics of the Express.js framework. ```bash npm install -g expressworks ``` -------------------------------- ### Install NodeBot Workshop Source: https://nodeschool.io/ Installs the 'nodebot-workshop' workshopper globally. This workshopper teaches how to control robots using the johnny-five API. ```bash npm install -g nodebot-workshop ``` -------------------------------- ### Install ESNext Generation Workshopper Source: https://nodeschool.io/ Installs the 'esnext-generation' workshopper globally. This workshopper introduces ES6 Iterators and Generators. ```bash npm install -g esnext-generation ``` -------------------------------- ### Install Going Native Workshopper Source: https://nodeschool.io/ Installs the 'goingnative' workshopper globally. This workshopper explores Node.js native C++ add-ons. ```bash npm install -g goingnative ``` -------------------------------- ### Install innersourceadventure Workshopper Source: https://nodeschool.io/ Installs the 'innersourceadventure' workshopper globally. This workshopper teaches about InnerSource software development practices. ```bash npm install -g innersourceadventure ``` -------------------------------- ### Install Tower of Babel Workshopper Source: https://nodeschool.io/ Installs the 'tower-of-babel' workshopper globally. This workshopper introduces ES6 features through exercises. ```bash npm install -g tower-of-babel ``` -------------------------------- ### Install Shader School Workshopper Source: https://nodeschool.io/ Installs the 'shader-school' workshopper globally. This workshopper teaches the fundamentals of graphics programming using GLSL shaders. ```bash npm install -g shader-school ``` -------------------------------- ### Install learnyounode Workshopper Source: https://nodeschool.io/ Installs the 'learnyounode' workshopper globally. This workshopper covers Node.js fundamentals like asynchronous I/O and HTTP. ```bash npm install -g learnyounode ``` -------------------------------- ### Install Currying in JavaScript Workshopper Source: https://nodeschool.io/ Installs the 'currying-workshopper' globally. This workshopper teaches the concept of currying and how to create currying functions in JavaScript. ```bash npm install -g currying-workshopper ``` -------------------------------- ### Install Async You Workshopper Source: https://nodeschool.io/ Installs the 'async-you' workshopper globally. This workshopper focuses on using the 'async' package for managing asynchronous operations. ```bash npm install -g async-you ``` -------------------------------- ### Install Bytewiser Workshopper Source: https://nodeschool.io/ Installs the 'bytewiser' workshopper globally. This workshopper teaches how to manipulate binary data in Node.js and HTML5 browsers. ```bash npm install -g bytewiser ``` -------------------------------- ### Install bacon-love Workshopper Source: https://nodeschool.io/ Installs the 'bacon-love' workshopper globally. This workshopper covers functional and reactive programming concepts using Bacon.js. ```bash npm install -g bacon-love ``` -------------------------------- ### Install Functional Javascript Workshopper Source: https://nodeschool.io/ Installs the 'functional-javascript-workshop' workshopper globally. This workshopper covers fundamental functional programming concepts in ES5. ```bash npm install -g functional-javascript-workshop ``` -------------------------------- ### Install Count to 6 Workshopper Source: https://nodeschool.io/ Installs the 'count-to-6' workshopper globally. This workshopper teaches features from ES6, the next version of JavaScript. ```bash npm install -g count-to-6 ``` -------------------------------- ### Install Browserify Adventure Workshopper Source: https://nodeschool.io/ Installs the 'browserify-adventure' workshopper globally. This workshopper teaches how to use npm modules and Node-style require() in the browser with browserify. ```bash npm install -g browserify-adventure ``` -------------------------------- ### Install Bug Clinic Workshopper Source: https://nodeschool.io/ Installs the 'bug-clinic' workshopper globally. This workshopper introduces tools and techniques for improving debugging skills. ```bash npm install -g bug-clinic ``` -------------------------------- ### Install Promise It Won't Hurt Workshopper Source: https://nodeschool.io/ Installs the 'promise-it-wont-hurt' workshopper globally. This workshopper teaches how to use JavaScript promises for asynchronous operations. ```bash npm install -g promise-it-wont-hurt ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.