New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@fibjs/ci

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fibjs/ci

CI tool for fibjs project.

latest
Source
npmnpm
Version
2.7.2
Version published
Maintainers
3
Created
Source

@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

FAQs

Package last updated on 19 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts