sapegin / mrm

Codemods for your project config files
https://mrm.js.org/
MIT License
1.61k stars 78 forks source link

Targeting a specific preset version #296

Closed mh1622 closed 1 year ago

mh1622 commented 1 year ago

Hi,

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.

Thanks