@bfrankovskyi/jscli
v2.0.1
Published
Projen External Project for command-arg-parse based JS CLI projects
Downloads
33
Readme
JavaScript CLI Projen external project
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
Usage
mkdir mycli
cd mycli
npx projen new @bfrankovskyi/jscli
npx projen build:binary
See API documentation for additional details
Development
npx projen