Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 676 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 676 Bytes

@globant/create-nodeschool

Install automatically Nodeschool workshops choose by Globant.

Instructions:

  1. Go to the main directory for your code exercises.
    • Example: ~/Code
  2. Execute npm init @globant/nodeschool
    • This step is going to install all workshops and create all directories inside the directory of the first step.
    • This step also is going to install a companion CLI helper.
  3. Execute globant-nodeschool start to be redirected to the instructions of the workshop selected.
    • (You could need sudo permissions in Unix or admin privileges for the command prompt on Windows)

Notes:

  1. This CLI was tested with Node.js v8.12.0