Socket
Socket
Sign inDemoInstall

cikit

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cikit

wip


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

cikit

CI toolkit for JavaScript applications.

Installation

$ npm install -g cikit
$ ci init # initialize ci.js

Configuration

// ci.js
export default {
  os: ["ubuntu-latest", "windows-latest", "macos-latest"],
  install: {
    node: [18, 20],
    pnpm: 8,
  },
  test: "vitest",
  build: "rollup",
  deploy: "wrangler deploy",
}

Run CI

$ ci
⌁ Installing node...
  ✦ Node.js v20.0.1 is already installed on the system

⌁ Installing pnpm...
  ✔︎ pnpm 8.0.1 is installed

✦ Found package.json, installing dependencies...
  ✔︎ Dependencies installed

◦ Running test task...
  ✔︎ `vitest` passed (5s)

◦ Running build task...
  ✔︎ `rollup` done (2s)

✦ CI changed, updating .github/workflows/ci.yml...
  ✔︎ Updated

Deploy

$ ci deploy
◦ Running deploy task...
  ✔︎ Deployed

Publish

$ ci publish
> 1.0.1
  1.1.0
  2.0.0
  1.0.0-alpha.1
  1.0.0-beta.1
  1.0.0-rc.1

FAQs

Package last updated on 03 Mar 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc