Package Exports
- @bhadurian/mrm-preset
- @bhadurian/mrm-preset/config.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bhadurian/mrm-preset) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@bhadurian/mrm-preset
My MRM preset.
Usage
To run the preset's tasks directly:
$ npx mrm <task> --preset=@bhadurian/mrm-presetNew projects
From the root of your project:
$ npm init @bhadurian <project-name> -- --rootThis 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.