What's the syntax for targeting a specific preset version?
For example: npx mrm init --preset @org/preset (which gets latest version) vs npx mrm init --preset @org/preset@0.1.1 (which doesn't work, but ideally would get v0.1.1)?
If this isn't possible at the moment, this would be a very useful feature to have.
Hi,
What's the syntax for targeting a specific preset version?
For example:
npx mrm init --preset @org/preset
(which gets latest version) vsnpx mrm init --preset @org/preset@0.1.1
(which doesn't work, but ideally would get v0.1.1)?If this isn't possible at the moment, this would be a very useful feature to have.
Thanks