Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/ci-kits
Streamlined CI/CD tools.
https://github.com/afeiship/ci-kits
ci github gitlab glab helper utils
Last synced: 25 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T03:07:53.000Z (over 1 year ago)
- Last Synced: 2024-10-28T05:17:20.471Z (2 months ago)
- Topics: ci, github, gitlab, glab, helper, utils
- Language: TypeScript
- Homepage:
- Size: 1.75 MB
- Stars: 0
- Watchers: 3
- 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