@bleed-believer/commander
A package to create CLI applications using decorators. Provides mechanisms to implement routing for large command applications, and parses the arguments given by the user or another program.
Disclaimer
Since ESM hs been heavely adopted by the whole node.js
community (including transpilers, unit testing, and many other libraries), the CJS support has been removed. If you still needs the CJS compatibility, please use this version or earlier.
Installation
Simply execute this command at the root of your project directory:
npm i --save @bleed-believer/commander
Documentation