Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@form8ion/replace-travis-ci-with-github-actions

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@form8ion/replace-travis-ci-with-github-actions

utility to remove Travis-CI configuration and enable GitHub Actions

Source
npmnpm
Version
9.0.0
Version published
Maintainers
2
Created
Source

replace-travis-ci-with-github-actions

utility to remove Travis-CI configuration and enable GitHub Actions

Node CI Workflow Status Codecov

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

FAQs

Package last updated on 14 Apr 2023

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