UNPKG

npm-pkg-kit

Version:

CLI tool to simplify NPM package creation by generating boilerplate setup

38 lines (24 loc) 715 B
# npm-pkg-kit CLI tool to simplify NPM package creation by generating boilerplate setup --- You can simply use it via NPX: ```bash npx npm-pkg-kit [command] [options] <name> ``` Or install it globally on your environment: ```bash npm i -g npm-pkg-kit npm-pkg-kit [command] [options] <name> ``` --- ``` Usage: npm-pkg-kit [options] [command] CLI tool to simplify NPM package creation by generating boilerplate setup Options: -V, --version output the version number -h, --help display help for command Commands: cli [options] <name> Setup for build CLI with Node/NPM mod [options] <name> Setup for build NPM script module help [command] display help for command ```