create-nodeschool
A more guided way to install NodeSchool workshoppers from your command line.
Usage
Via npm init
:
npm init nodeschool
npm init nodeschool core
npm init nodeschool electives
npm init nodeschool install <workshopper..>
Via global install:
npm i -g create-nodeschool
nodeschool
nodeschool core
nodeschool electives
nodeschool install <workshoppers..>
Commands
All commands can be used via nodeschool
(when the module is installed globally) and via npm init nodeschool
.
Bare (no arguments passed)
- npm init Syntax:
npm init nodeschool
- Global Syntax:
nodeschool
- Purpose: Introduce the user to an interactive CLI that allows them to install specific individual workshoppers, dig deeper into just the core workshoppers, or dig deeper into the set of elective workshoppers.
core
- npm init Syntax:
npm init nodeschool core
- Global Syntax:
nodeschool core
- Purpose: Introduce the user to an interactive CLI that allows them to pick from the core workshoppers.
electives
- npm init Syntax:
npm init nodeschool electives
- Global Syntax:
nodeschool electives
- Purpose: Introduce the user to an interactive CLI that allows them to pick from the elective workshoppers.
install [workshoppers..]
- npm init Syntax:
npm init nodeschool install [workshoppers..]
- Global Syntax:
nodeschool install [workshoppers..]
- Purpose: Install specific workshoppers rapidly
- Example:
nodeschool install learnyounode javascripting expressworks