2.4.1 • Published 3 years ago

origami-ci-tools v2.4.1

Weekly downloads
404
License
MIT
Repository
github
Last release
3 years ago

origami-ci-tools

Continuous Integration tools for Origami components

Origami CI Tools is a wrapper around the tools used to build and test Origami components, to make it easier to keep the steps up to date across components.

It will help you run the component's tests, and publish the component to npm.

Usage

Install it as a devDependency in your component, and use it in circle-ci!

$ npm install -D origami-ci-tools
jobs:
  test:
    docker:
      - image: circleci/node:10-browsers
    steps:
      - checkout
      - npx origami-ci branch
  publish_to_npm:
    docker:
      - image: circleci/node:10
    steps:
      - checkout
      - npx origami-ci release

Environment Variables

origami-ci expects the following Environment Variables to be set:

namedescriptionexample
ORIGAMI_CI_NAMEThe project name (used when generating a package.json)o-colors
CIRCLE_PROJECT_REPONAMECircleCI-specific alternative to ORIGAMI_CI_NAME. Set automatically by CircleCIo-colors
ORIGAMI_CI_VERSIONthe version of the project being built1.0.0
CIRCLE_TAGCircleCI-specific alternative to ORIGAMI_CI_VERSION. Set automatically by CircleCIv1.0.0
ORIGAMI_PULL_REQUESTthe url of a pull request for the build, if anyhttps://github.com/Financial-Times/o-test-component/pull/1
CIRCLE_PULL_REQUESTCircleCI-specific alternative to ORIGAMI_PULL_REQUEST. Set automatically by CircleCIhttps://github.com/Financial-Times/o-test-component/pull/1
NPM_TOKEN OR NPM_AUTH_TOKENThe auth token used to publish npm packages09448d16328f2c7...
GITHUB_TOKENThe auth token used to comment on Github pull requestsr0wANL3eJ4keacHee1234o==

Migration Guides

StateMajor VersionLast Minor ReleaseMigration guide
✨ active2N/Amigrate to v2
⚠ maintained11.3N/A
2.4.1

3 years ago

2.4.0

3 years ago

3.0.0-beta.7

3 years ago

3.0.0-beta.6

3 years ago

2.2.1-beta.3

3 years ago

3.0.0-beta.5

3 years ago

2.2.1-beta.2

3 years ago

3.0.0-beta.4

3 years ago

2.2.1-beta.1

3 years ago

3.0.0-beta.3

3 years ago

2.2.1-beta.0

3 years ago

2.3.0

3 years ago

3.0.0-beta.1

3 years ago

3.0.0-beta.2

3 years ago

3.0.0

3 years ago

2.2.0

3 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.3.12

4 years ago

1.3.11

4 years ago

1.3.10

4 years ago

1.3.9

4 years ago

1.3.8

4 years ago

1.3.4

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2-peers.5

5 years ago

1.0.2-peers.4

5 years ago

1.0.2-peers.3

5 years ago

1.0.2-peers.2

5 years ago

1.0.2-peers.1

5 years ago

1.0.2-peers.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago