Welcome to NodeSchool
nodeschool-admin
is a CLI tool that should help you get your work
done on NodeSchool.
npm i nodeschool-admin -g
Start the script by running nodeschool-admin
in your terminal.
This tool has two modes depending on the folder in which it is executed!
To be in Chapter Mode
you need to move your terminal location to a folder
that contains a git repository with a
remote pointing to the repo of your
NodeSchool chapter.
The Standard Mode
is active in every folder except folders that works
for Chapter Mode
.
The application will show a nice dialog to choose your commands from there on.
Cheers.
- Fork the repository
- Run with the following command
node ./bin/nodeschool-admin -p <full path to your chapter folder>
- Happy coding