JSPM

  • Created
  • Published
  • Downloads 929
  • Score
    100M100P100Q113355F
  • License MIT

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

Package Exports

  • mrm-task-ci
  • mrm-task-ci/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mrm-task-ci) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.

Changelog

The changelog can be found in CHANGELOG.md.

Contributing

Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.

Authors and license

Artem Sapegin and contributors.

MIT License, see the included License.md file.