Node.js CLI boilerplate for creating npm-distributed command-line tools.
A minimal boilerplate for building Node.js command-line tools intended for distribution via npm. It provides a basic CLI entrypoint, example option parsing and help output, and a project layout suitable for publishing as a global npm package.
0