mrm-task-ci
v2.1.22
Published
Mrm task that adds GitHub Actions workflow that runs Node.js tests
Downloads
6,373
Maintainers
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.