nodeschool-admin
v0.3.1
Published
CLI tool for setting up and maintaining a nodeschool chapters and other things.
Downloads
4
Readme
NodeSchool Admin CLI Tool
Welcome to NodeSchool
nodeschool-admin
is a CLI tool that should help you get your work
done on NodeSchool.
Installation
npm i nodeschool-admin -g
Usage
Start the script by running nodeschool-admin
in your terminal.
This tool has two modes depending on the folder in which it is executed!
Requirements
Chapter Mode
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.
Standard mode
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.
Develop
- Fork the repository
- Run with the following command
node ./bin/nodeschool-admin -p <full path to your chapter folder>
- Happy coding