Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-nodeschool

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-nodeschool

An interactive CLI for getting set up with NodeSchool workshoppers.

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

create-nodeschool

A more guided way to install NodeSchool workshoppers from your command line.

Usage

Via npm init:

npm init nodeschool # Interactive prompt
# OR
npm init nodeschool core # will ask which of the core workshoppers to install
# OR
npm init nodeschool electives # will ask which of the elective workshoppers to install
# OR
npm init nodeschool install <workshopper..> # will install the specified workshopper

Via global install:

npm i -g create-nodeschool
nodeschool # Interactive prompt
# OR
nodeschool core # will ask which of the core workshoppers to install
# OR
nodeschool electives # will ask which of the elective workshoppers to install
# OR
nodeschool install <workshoppers..> # will install the specified workshopper

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

Keywords

FAQs

Package last updated on 05 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc