# npm-pkg-kit

> CLI tool to simplify NPM package creation by generating boilerplate setup

Latest version **0.2.4** (published 2020-08-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install npm-pkg-kit
pnpm add npm-pkg-kit
yarn add npm-pkg-kit
bun add npm-pkg-kit
```

Provides the command `npm-pkg-kit`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.4 |
| Published | 2020-08-13 |
| First published | 2019-06-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 32.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Alex Bruno Cáceres |
| Maintainers | alexbruno |
| Keywords | cli, npm, module, creation, package |

## Links

- npm: https://www.npmjs.com/package/npm-pkg-kit
- Repository: https://github.com/alexbruno/npm-pkg
- Homepage: https://github.com/alexbruno/npm-pkg#readme
- Issues: https://github.com/alexbruno/npm-pkg/issues
- npm.io page: https://npm.io/package/npm-pkg-kit

## Dependencies (2)

- [shelljs](https://npm.io/package/shelljs.md) ^0.8.4
- [commander](https://npm.io/package/commander.md) ^6.0.0

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.2.4 (latest) — 2020-08-13
- 0.2.3 — 2020-02-04
- 0.2.2 — 2019-12-27
- 0.2.1 — 2019-12-26
- 0.2.0 — 2019-12-26
- 0.1.2 — 2019-06-24
- 0.1.1 — 2019-06-24

## README

# 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

```

---
_Source: https://npm.io/package/npm-pkg-kit · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
