An open API service indexing awesome lists of open source software.

https://github.com/xgfe/xg-command-freepack


https://github.com/xgfe/xg-command-freepack

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# xg-command-freepack
xg tag plugin, for use freepack.

## Usage
```shell
cd $project_dir
xg freepack init # [Optional] Create freepack.config.js file
xg freepack
```

### OPTIONS
`xg freepack -c `
`xg freepack -e, --env `
`xg freepack -v, --version`
`xg freepack -h, --help`

**`xg freepack init`**
**`xg freepack env `**
**`xg freepack test [--module-coverage]`**

## ENV (default FREEPACK)
### String
#### TAG
v1.0.2:moduleA,moduleB

#### BRANCH
bBranch_name:moduleA,moduleB

### JSON
xg freepack env path/config.js

## freepack.config.js
> [freepack config](https://github.com/xgfe/freepack)