circleci-bin

1.1.22 • Public • Published

circleci-bin

CircleCI Greenkeeper badge

CircleCI local command line tool distributed as a node module.

Motivation

This allows you to include the CircleCI binary in your project/application without requiring users to separately install it on their system.

Installation

Install the node module to include the CircleCI binary in your project:

npm install circleci-bin --save-dev

or:

yarn add circleci-bin --dev

Usage

Add and reference the circleci binary from your package.json scripts:

{
  "scripts": {
    "circleci": "circleci"
  }
}

Run a command from the shell:

yarn circleci --help

or:

npm run circleci --help

Package Sidebar

Install

npm i circleci-bin

Weekly Downloads

63

Version

1.1.22

License

Unlicense

Unpacked Size

12.3 kB

Total Files

5

Last publish

Collaborators

  • psirenny