10.0.1 • Published 4 months ago

@form8ion/replace-travis-ci-with-github-actions v10.0.1

Weekly downloads
124
License
MIT
Repository
github
Last release
4 months ago

replace-travis-ci-with-github-actions

utility to remove Travis-CI configuration and enable GitHub Actions

Node CI Workflow Status Codecov SLSA Level 2

Table of Contents

Motivation

While Travis CI had a big impact on moving such services forward, I've had more and more trouble using them lately and gotten worse support when needed. They've even recently changed their pricing model to be far less friendly to OSS projects.

Usage

MIT license npm Try on RunKit node

Installation

$ npm install @form8ion/replace-travis-ci-with-github-actions --save-prod

Example

Import

import {replace} from '@form8ion/replace-travis-ci-with-github-actions';

Execute

(async () => {
  await replace({
    projectRoot: process.cwd(),
    vcs: {owner: 'foo', name: 'bar'}
  });
})();

Contributing

PRs Welcome Conventional Commits Commitizen friendly semantic-release Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test
10.0.1

4 months ago

9.0.6

8 months ago

9.0.5

9 months ago

9.0.4

10 months ago

9.0.3

10 months ago

10.0.0

6 months ago

9.0.2

10 months ago

9.0.1

1 year ago

8.0.0

1 year ago

9.0.0

1 year ago

7.0.0

1 year ago

6.0.1

2 years ago

5.0.3

2 years ago

6.0.0-beta.3

2 years ago

5.0.2

2 years ago

5.0.1

2 years ago

6.0.0-beta.1

2 years ago

6.0.0

2 years ago

6.0.0-beta.2

2 years ago

5.0.0

2 years ago

4.0.0

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.0

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

1.0.0-alpha.9

4 years ago

1.0.0-alpha.8

4 years ago

1.0.0-alpha.7

4 years ago

1.0.0-alpha.6

4 years ago

1.0.0-alpha.5

4 years ago

1.0.0-alpha.4

4 years ago

1.0.0-alpha.3

4 years ago

1.0.0-alpha.2

4 years ago

1.0.0-alpha.1

4 years ago