@fibjs/ci

2.7.1 • Public • Published

@fibjs/ci

Auto gen ci config file.

Installation

$ npm i @fibjs/ci --save-dev

Usage

Add ci property to your package.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/

and ci system will automatically exec npm run ci command, so please add this to your package.json:

"scritps": {
  "ci": "fibjs test/test.js"
}

How

Use npm postinstall hoook to create the *.yml after each npm install run.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @fibjs/ci

Weekly Downloads

38

Version

2.7.1

License

MIT

Unpacked Size

16.4 kB

Total Files

9

Last publish

Collaborators

  • ngot
  • ngot-fibjs
  • richardo2016