JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q33124F
  • License MIT

Setup tasks for Anshuman

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-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.