# @jaredh159/npub

> a tool for publishing to npm

Latest version **1.0.0** (published 2021-09-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install @jaredh159/npub
pnpm add @jaredh159/npub
yarn add @jaredh159/npub
bun add @jaredh159/npub
```

Provides the command `npub`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2021-09-29 |
| First published | 2021-09-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 10.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Jared Henderson |
| Maintainers | jaredhenderson |

## Links

- npm: https://www.npmjs.com/package/@jaredh159/npub
- npm.io page: https://npm.io/package/@jaredh159/npub

## Dependencies (3)

- [semver](https://npm.io/package/semver.md) ^7.3.5
- [x-exec](https://npm.io/package/x-exec.md) ^1.2.0
- [x-chalk](https://npm.io/package/x-chalk.md) ^1.0.1

## Recent versions

- 1.0.0 (latest) — 2021-09-29
- 1.0.0-beta.6 (next) — 2021-09-21
- 1.0.0-beta.5 — 2021-09-18
- 1.0.0-beta.4 — 2021-09-18

## README

# `npub`

A simple tool for publishing to NPM.

```sh
# from the directory you want to publish...
$ npub patch
$ npub minor
$ npub major
$ npub prerelease # increments 2.0.0-beta.1 > 2.0.0-beta.2
$ npub 3.2.1 # manually set a specific version
$ npub 4.0.0-alpha.0 --tag canary # set a custom tag (or -t)
# some flags...
$ npub patch --no-git --allow-branch --no-check --no-delay
```

## installation

```sh
npm i -g @jaredh/npub
```

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