mrm icon indicating copy to clipboard operation
mrm copied to clipboard

Default name for scoped presets and tasks

Open ext opened this issue 3 years ago • 1 comments

Allows a shorter syntax for scoped packages.

Instead of:

  • @mycompany/mrm-preset
  • @mycompany/mrm-preset-unicorn

we can now write:

  • @mycompany (resolves to @mycompany/mrm-preset)
  • @mycompany/unicorn (resolves to @mycompany/mrm-preset-unicorn, this one actually works in master but not documented as far as I can find)

Why? Because I'm lazy.

ext avatar Jul 08 '21 19:07 ext

Codecov Report

Merging #185 (2e44369) into master (5208741) will decrease coverage by 0.22%. The diff coverage is 100.00%.

Impacted Files Coverage Δ
packages/mrm/src/index.js 100.00% <100.00%> (ø)
packages/mrm-task-license/index.js 96.15% <0.00%> (-3.85%) :arrow_down:
packages/mrm-task-eslint/index.js 97.29% <0.00%> (-2.71%) :arrow_down:
packages/mrm-core/src/npm.js 100.00% <0.00%> (ø)
packages/mrm-task-gitignore/index.js 100.00% <0.00%> (ø)
packages/mrm-task-package/index.js 97.67% <0.00%> (+1.84%) :arrow_up:

codecov-commenter avatar Jul 22 '21 08:07 codecov-commenter