mrm-task-ci

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

Usage no npm install needed!

<script type="module">
  import mrmTaskCi from 'https://cdn.skypack.dev/mrm-task-ci';
</script>

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.