Monday 30 July 2018

NPM scripts runner with fuzzy matching

Ever been tired of typing those long npm run build-production:qa -- --secret 123456 again and again?I did, and took some time to write a tool that allows you to just write nr bpq --secret 123456 (even works with typos), because I'm lazy.If it can be useful to some other fellows, it's here: https://ift.tt/2K7r4IA wish something like this becomes integrated by default someday...And BTW it supports Yarn instead of NPM if that's your thing, it's cross-platform and has a (basic) API if you want to integrate it in your own CLIs.Feedback welcome :)

Submitted July 30, 2018 at 08:02AM by sinedied

No comments:

Post a Comment