Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fibjs-modules/ci
Auto gen ci config files for fibjs project
https://github.com/fibjs-modules/ci
appveyor ci fibjs travis-ci
Last synced: about 1 month ago
JSON representation
Auto gen ci config files for fibjs project
- Host: GitHub
- URL: https://github.com/fibjs-modules/ci
- Owner: fibjs-modules
- License: mit
- Created: 2016-12-27T15:58:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T12:31:33.000Z (8 months ago)
- Last Synced: 2024-10-28T15:00:25.201Z (about 2 months ago)
- Topics: appveyor, ci, fibjs, travis-ci
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
- awesome - ci - Auto gen ci config files for fibjs project. (Packages / Continous Integration)
README
# @fibjs/ci
Auto gen ci config file.
## Installation
```bash
$ npm i @fibjs/ci --save-dev
```## Usage
Add `ci` property to your `package.json`:
```json
"ci": {
// default ci env type is 'actions'
"type": "actions",
// default version is 0.33.0.
"version": "0.33.0"
}
```you can check available versions here: [fibjs.org/downloads/](fibjs.org/downloads/)
and ci system will automatically exec `npm run ci` command, so please add this to your `package.json`:
```json
"scritps": {
"ci": "fibjs test/test.js"
}
```## How
Use `npm postinstall` hoook to create the `*.yml` after each `npm install` run.
## License
[MIT](LICENSE)