Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1010 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 1010 Bytes

mrm tasks

A set of mrm tasks.

Tasks

Usage

Recommended

Because mrm normally expects the preset ("@therealklanni/mrm") to be globally installed, we want to work around that, otherwise you would have to keep the globally installed preset updated.

The command is ugly, but this method ensures we always use the latest preset version. Just copy and paste it 🎉 and replace <TASK> with the task name and go!

npx -p mrm -p @therealklanni/mrm -c 'mrm --preset @therealklanni/mrm <TASK>'

Manual

If you want to lock in a particular version of this preset, or you just want to type the npx command manually, install it globally:

npm install --global @therealklanni/mrm

npx mrm --preset @therealklanni/mrm <TASK>