2.2.0 • Published 3 years ago
egg-ci v2.2.0
egg-ci
Auto gen GitHub Action ci config file.
Installation
$ npm i egg-ci --save-devUsage
Add ci property to your package.json:
"ci": {
"os": "linux, windows, macos",
"npminstall": false, // use `npminstall` or `npm install`, default is false
"version": "14, 16, 18", // test LTS node version by default
// npm ci command
"command": "ci",
// custom service, only support on "linux" os, if you enable service, os will set to "linux" only
"service": {
"mysql": {
"version": "8"
},
"redis-server": {
"version": "6"
}
},
"license": false // generate license
}How
Use npm postinstall hook to create the *.yml after each npm install run.
License
Contributors
| fengmk2 | atian25 | dead-horse | popomore | ngot | thonatos |
|---|---|---|---|---|---|
| azure-pipelines[bot] | ahungrynoob | zhennann |
This project follows the git-contributor spec, auto updated at Fri Jun 03 2022 17:58:16 GMT+0800.
2.2.0
3 years ago
1.19.1
4 years ago
2.1.0
4 years ago
2.0.0
4 years ago
1.19.0
4 years ago
1.18.0
5 years ago
1.17.0
5 years ago
1.16.0
5 years ago
1.15.0
6 years ago
1.14.0
6 years ago
1.13.1
6 years ago
1.13.0
6 years ago
1.12.0
7 years ago
1.11.0
7 years ago
1.10.0
7 years ago
1.9.2
7 years ago
1.9.1
7 years ago
1.9.0
7 years ago
1.8.0
8 years ago
1.7.0
9 years ago
1.6.0
9 years ago
1.5.0
9 years ago
1.4.0
9 years ago
1.3.0
9 years ago
1.2.0
9 years ago
1.1.0
9 years ago
1.0.3
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago