gcms-cli
v1.0.5
Published
GCMS cli for avengers freelancer team
Downloads
10
Readme
GCMS CLI
These are the GCMS Command Line Interface (CLI) Tools. They can be used to:
- Init a boilerplate that maintained by duybui03041993@gmail.com
- Generate code for Avengers projects
Installation
You need to install Node.js and npm. Note that installing Node.js should install npm as well.
Once npm is installed, get the GCMS CLI by running the following command:
npm install -g gcms-cli
Commands
The command gcms --help
lists the available commands and gcms <command> --help
shows more details for an individual command.
If a command is project-specific, you must either be inside a project directory with an active project alias.
Below is a brief list of the available commands and their function:
login | Authenticate to your Avengers account. Requires access to a web browser.
logout | Sign out of the GCMS CLI.
sync | Quickly generate code.
init | Setup a new Avengers boilerplate.
help | Display help information about the CLI or specific commands.