2.2.1 • Published 2 years ago

@bhadurian/mrm-preset v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@bhadurian/mrm-preset

My MRM preset.

Usage

To run the preset's tasks directly:

$ npx mrm <task> --preset=@bhadurian/mrm-preset

New projects

From the root of your project:

$ npm init @bhadurian <project-name> -- --root

This will set up the project to run MRM tasks.

$ npm run mrm <task-name>

When creating a new package in a monorepo:

$ npm init -w <package-path> @bhadurian <package-name>
$ npm run -w <package-path> mrm <task-name>

Existing projects

To convert an existing project over to the configuration management system, run through the same steps as for a new project, merging any differences.

2.2.1

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago