Skip to content

sapegin/mrm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Mrm Bot
Sep 13, 2023
02baa1e · Sep 13, 2023
Sep 13, 2023
Oct 27, 2020
Jul 4, 2023
Sep 13, 2023
Oct 18, 2022
Dec 12, 2016
Jun 18, 2020
May 12, 2020
Jul 5, 2018
Jun 20, 2017
Oct 19, 2022
Jun 18, 2020
Nov 22, 2019
May 13, 2020
Sep 13, 2023
Oct 14, 2021
Nov 22, 2019
Jul 21, 2021
Mar 20, 2020
Oct 19, 2022
Sep 5, 2020
Sep 13, 2023
Oct 19, 2022
Dec 12, 2019

Repository files navigation

Mrm

npm Codecov Node.js CI status

Command line tool to help you keep configuration (package.json, .gitignore, .eslintrc, etc.) of your open source projects in sync.

Features

  • Doesn’t overwrite your data unless you want to
  • Minimal changes: keeps the original file formatting or read the style from EditorConfig
  • Minimal configuration: tries to infer configuration from the project itself or from the environment
  • Customizable tasks for popular tools like ESLint, Prettier, lint-staged, etc. included
  • Custom tasks and tools to work with JSON, YAML, INI, Markdown and new line separated text files
  • Sharing tasks via npm and grouping them into presets

Motivation

Most of the available tools are template based. Template approach works moderately well for new project generation but doesn’t work well for updating. Mrm’s approach is closer to codemods than templates.

Read more in my article, Automating open source project configuration with Mrm, or watch my talk on Mrm.

Documentation

Tasks

These tasks are included by default:

Changelog

The changelog can be found on the Releases page.

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.