unc-cli
A CLI that download gitlab group template to create project.

English | 简体中文
Installation
npm i unc-cli -g
Usage
Before using, you must complete the following steps
-
set your gitlab host
unc config --set gitlab.url <gitlab host>
unc config --set gitlab.url https://gitlab.xxxx.com
-
set gitlab groupId (select and download template from this gitlab group
unc config --set gitlab.groupId <groupId>
-
set gitlab access token (how to create gitlab access token)
unc config --set gitlab.token <your token>
Now you can run this command to create project👇
unc create <project-name>
Run Locally
git clone https://github.com/taojunnan/unc-cli.git
- step2, install dependencies
cd unc-cli
npm install
-
step3, [option]change command name
open package.json
, replace commandName
and bin.unc
to your command name
-
step4, link package
npm link
unc -V
<your command name> -V
Example

License
MIT