0.2.4 • Published 4 years ago

npm-pkg-kit v0.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

npm-pkg-kit

CLI tool to simplify NPM package creation by generating boilerplate setup


You can simply use it via NPX:

npx npm-pkg-kit [command] [options] <name>

Or install it globally on your environment:

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
0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

5 years ago

0.1.1

5 years ago