@jsweb/clip
CLI tool to simplify NPM package creation by generating boilerplate setup
You can simply use it via NPX:
npx -p @jsweb/clip clip [command] [options] <name>
Or install it globally on your environment:
npm i -g @jsweb/clip
clip [command] [options] <name>
Usage: clip [options] [command]
CLI tool to simplify NPM package creation by generating boilerplate setup
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
cli [options] <name> Setup for build CLI with Node/NPM
mod [options] <name> Setup for build NPM script module
Command helper: clip [command] -h