unjs / automd

๐Ÿค– Automated markdown maintainer
https://automd.unjs.io/
MIT License
205 stars 15 forks source link

feat: add global arg to pm-install generator #53

Open HugoRCD opened 8 months ago

HugoRCD commented 8 months ago

๐Ÿ”— Linked issue

(https://github.com/unjs/automd/issues/50)

โ“ Type of change

๐Ÿ“š Description

Add a generator like pm-install but for global package like CLI

๐Ÿ“ Checklist

HugoRCD commented 8 months ago

The generator works, I just don't know why it's not recognized in the docs when everywhere else (tests, code, etc...) it works. Don't hesitate to send me any feedback!

pi0 commented 8 months ago

Thanks for PR. But i guess you can make it an arg for pm-install global

HugoRCD commented 8 months ago

Yes indeed, I thought about it, but I thought that for a global installation, all the arguments available with pm-install are not necessarily interesting.