@globant/create-nodeschool
v1.2.0
Published
CLI app for install all nodeschool workshops choose by Globant
Downloads
2
Readme
@globant/create-nodeschool
Install automatically Nodeschool workshops choose by Globant.
Instructions:
- Go to the main directory for your code exercises.
- Example: ~/Code
- 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.
- 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:
- This CLI was tested with Node.js v8.12.0