Install automatically Nodeschool workshops choose by Globant.
- 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)
- This CLI was tested with Node.js v8.12.0