Scan for CLI flags and arguments using MRI package
In this article, an overview of MRI package is provided with a usage example picked from Changesets source code.
MRI package:
You can use MRI package to quickly scan for flags and arguments. It is an alternative to yargs-parser.
Install
npm install -...
thinkthroo.com3 min read