gatrix
v0.10.1
Published
Gatrix CLI
Downloads
19
Readme
Gatrix CLI
Website
Installation
Install Gatrix in your devDependencies (recommanded):
$ cd YOUR_REPO
$ npm install --save-dev gatrix
For global installation:
$ npm install -g gatrix
Sign Up
Create your free Gatrix account:
$ gatrix signup
Enter an username: YOUR_USERNAME
Enter an email: YOUR_EMAIL
Enter a password: YOUR_PASSWORD
Gatrix account created successfully.
Log In
Log in with your existing Gatrix account:
$ gatrix login
Username or email: YOUR_USERNAME_OR_EMAIL
Password: YOUR_PASSWORD
Authentication successful.
Version
Print the CLI version:
$ gatrix version
Help
Print the list of available commands:
$ gatrix
Commands:
version Print Gatrix version.
install Install Gatrix
uninstall Uninstall Gatrix
... ...