# gcms-cli

> GCMS cli for avengers freelancer team

Latest version **1.0.5** (published 2018-09-09) · ISC license · 0 weekly downloads

## Install

```sh
npm install gcms-cli
pnpm add gcms-cli
yarn add gcms-cli
bun add gcms-cli
```

Provides the command `gcms-cli`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2018-09-09 |
| First published | 2018-09-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 14 |
| Unpacked size | 113.7 KB |
| Known vulnerabilities | 0 (+6 in 3 direct dependencies) |
| Install scripts | no |
| Author | duybui03041993 |
| Maintainers | duybui03041993 |

## Links

- npm: https://www.npmjs.com/package/gcms-cli
- npm.io page: https://npm.io/package/gcms-cli

## Dependencies (14)

- [glob](https://npm.io/package/glob.md) ^7.1.3
- [lodash](https://npm.io/package/lodash.md) ^4.17.10
- [fs-path](https://npm.io/package/fs-path.md) ^0.0.24
- [request](https://npm.io/package/request.md) ^2.88.0
- [winston](https://npm.io/package/winston.md) ^1.0.1
- [inquirer](https://npm.io/package/inquirer.md) ^6.2.0
- [mongoose](https://npm.io/package/mongoose.md) ^5.2.13
- [mustache](https://npm.io/package/mustache.md) ^2.3.2
- [cli-color](https://npm.io/package/cli-color.md) ^1.3.0
- [commander](https://npm.io/package/commander.md) ^2.17.1
- [cross-env](https://npm.io/package/cross-env.md) ^5.2.0
- [didyoumean](https://npm.io/package/didyoumean.md) ^1.2.1
- [firebaseauth](https://npm.io/package/firebaseauth.md) ^1.0.0
- [nodejs-base64](https://npm.io/package/nodejs-base64.md) ^1.0.3

## Recent versions

- 1.0.5 (latest) — 2018-09-09
- 1.0.4 — 2018-09-09
- 1.0.3 — 2018-09-09
- 1.0.2 — 2018-09-09
- 1.0.1 — 2018-09-09
- 1.0.0 — 2018-09-09

## 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](mailto:duybui03041993@gmail.com)
* Generate code for Avengers projects

## Installation

You need to install [Node.js](http://nodejs.org/) and [npm](https://npmjs.org/). Note that
installing Node.js should install npm as well.

Once npm is installed, get the GCMS CLI by running the following command:

```bash
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. <Project specific>

**init** | Setup a new Avengers boilerplate.

**help** | Display help information about the CLI or specific commands.

---
_Source: https://npm.io/package/gcms-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
