https://github.com/afeiship/ci-kits
Streamlined CI/CD tools.
https://github.com/afeiship/ci-kits
ci github gitlab glab helper utils
Last synced: about 2 months ago
JSON representation
Streamlined CI/CD tools.
- Host: GitHub
- URL: https://github.com/afeiship/ci-kits
- Owner: afeiship
- License: mit
- Created: 2021-04-28T12:54:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T03:07:53.000Z (almost 3 years ago)
- Last Synced: 2025-08-16T16:02:10.608Z (11 months ago)
- Topics: ci, github, gitlab, glab, helper, utils
- Language: TypeScript
- Homepage:
- Size: 1.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ci-kits
> Streamlined CI/CD tools.
[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]
## installation
```shell
npm install @jswork/ci-kits
```
## usage
```js
import { envname } from '@jswork/ci-kits';
// getenv name:
const envName = envname(); // beta/dev
```
## license
Code released under [the MIT license](https://github.com/afeiship/ci-kits/blob/master/LICENSE.txt).
[version-image]: https://img.shields.io/npm/v/@jswork/ci-kits
[version-url]: https://npmjs.org/package/@jswork/ci-kits
[license-image]: https://img.shields.io/npm/l/@jswork/ci-kits
[license-url]: https://github.com/afeiship/ci-kits/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/ci-kits
[size-url]: https://github.com/afeiship/ci-kits/blob/master/dist/ci-kits.min.js
[download-image]: https://img.shields.io/npm/dm/@jswork/ci-kits
[download-url]: https://www.npmjs.com/package/@jswork/ci-kits