Skip to content
master
Go to file
Code

Latest commit

Mrm Bot
 - mrm-core@4.1.2
 - mrm-preset-default@2.0.10
 - mrm-task-codecov@2.0.6
 - mrm-task-contributing@2.0.8
 - mrm-task-editorconfig@2.0.7
 - mrm-task-eslint@2.0.7
 - mrm-task-gitignore@2.0.7
 - mrm-task-gitter@2.0.6
 - mrm-task-jest@2.0.6
 - mrm-task-license@3.0.5
 - mrm-task-lint-staged@3.0.6
 - mrm-task-package@2.0.6
 - mrm-task-prettier@3.0.4
 - mrm-task-readme@2.0.6
 - mrm-task-semantic-release@3.0.7
 - mrm-task-styleguidist@2.0.6
 - mrm-task-stylelint@3.0.6
 - mrm-task-travis@2.0.6
 - mrm-task-typescript@2.0.6
 - mrm@2.3.5
16dc19f

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Readme.md

Mrm

Build Status npm Codecov

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.

You can’t perform that action at this time.