Projen External Project for command-arg-parse based JS CLI projects
npm install @bfrankovskyi/jscli 
Projen external project type to create CLI tools on JavaScript (ES6) based on command-line-args and command-line-usage.
Produces binary with https://github.com/nexe/nexe
``sh`
mkdir mycli
cd mycli
npx projen new @bfrankovskyi/jscli
npx projen build:binary
See API documentation for additional details
`sh``
npx projen