sindresorhus / awesome-nodejs

:zap: Delightful Node.js packages and resources
https://node.cool
Creative Commons Zero v1.0 Universal
57.56k stars 5.81k forks source link

Add minimist #1186

Closed techbirds closed 2 years ago

techbirds commented 2 years ago

minimist - parse argument options.

By submitting this pull request, I promise I have read the contribution guidelines twice and ensured my submission follows it. I realize not doing so wastes the maintainers' time that they could have spent making the world better. 🖖

⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆

techbirds commented 2 years ago

I have revised some irregular places according to the guide, please have time to review, thank you very much. @sindresorhus

sindresorhus commented 2 years ago

Going to pass on this. Minimist is no longer actively maintained. Yargs is a better alternative and already in the list.