mrm-task-ci

Mrm task that adds GitHub Action workflow that runs Node.js tests.

What it does

  • Creates GitHub Action workflow file
  • Sets up tests for currently supported Node.js LTS versions
  • Adds a status badge to the Readme
  • Removes Travis CI badge from the Readme
  • Removes Travis CI config if it only runs Node.js tests without custom scripts

Usage

npx mrm ci

Options

See Mrm docs for more details.

workflowFile (default: .github/workflows/node.js.yml)

Location of the GitHub Actions workflow file.

readmeFile (default: Readme.md)

Name of the Readme file.