Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/gtc
Gitlab/github trigger cli.
https://github.com/afeiship/gtc
cli gitlab glab gtc ntl trigger ycc
Last synced: 11 days ago
JSON representation
Gitlab/github trigger cli.
- Host: GitHub
- URL: https://github.com/afeiship/gtc
- Owner: afeiship
- License: mit
- Created: 2020-02-18T10:38:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T06:09:43.000Z (about 1 year ago)
- Last Synced: 2024-10-30T01:37:00.649Z (about 2 months ago)
- Topics: cli, gitlab, glab, gtc, ntl, trigger, ycc
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# gtc
> Gitlab trigger cli.[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]![snapshot](https://tva1.sinaimg.cn/large/e6c9d24egy1h34ig76g3wj20pw07gwf6.jpg)
## installation
```shell
# public
npm i -g @jswork/gtc# private
git clone https://github.com/afeiship/gtc.git
cd gtc
npm i && npm link
```## usage
~~~
Usage: gtc [options]Options:
-V, --version output the version number
-d, --debug Only show cmds, but not clean.
-u, --check-update Check if has new udpate.
-i, --init Add gtc config to package.json.
-h, --help display help for command
~~~## license
Code released under [the MIT license](https://github.com/afeiship/gtc/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/gtc
[version-url]: https://npmjs.org/package/@jswork/gtc[license-image]: https://img.shields.io/npm/l/@jswork/gtc
[license-url]: https://github.com/afeiship/gtc/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/gtc
[size-url]: https://github.com/afeiship/gtc/blob/master/dist/gtc.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/gtc
[download-url]: https://www.npmjs.com/package/@jswork/gtc