# hbobenicio-npm-publishing-example

> Example project on how to publish an npm package to npm registry

Latest version **0.0.4** (published 2018-05-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install hbobenicio-npm-publishing-example
pnpm add hbobenicio-npm-publishing-example
yarn add hbobenicio-npm-publishing-example
bun add hbobenicio-npm-publishing-example
```

## 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.0.4 |
| Published | 2018-05-14 |
| First published | 2018-05-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Hugo Benício |
| Maintainers | hbobenicio |

## Links

- npm: https://www.npmjs.com/package/hbobenicio-npm-publishing-example
- npm.io page: https://npm.io/package/hbobenicio-npm-publishing-example

## Recent versions

- 0.0.4 (latest) — 2018-05-14
- 0.0.2 — 2018-05-14
- 0.0.1 — 2018-05-14

## README

# hbobenicio-npm-publishing-example

### Keep things out of your package

* Run `npm pack` to check which files will be included

### Use `npm link` to test your package

* Inside another testing package, use `npm link foo` to link to the foo package. This will create a symlink, so
  you will not need to repack and readd that in order to test it. It's a way of live testing your package.

### Publish it!

* `npm publish`. Done.

### What if your want to update it?

* `npm version VERSION` will modify package.json version and commit the changes with git
* `npm version patch` will do the same as above, but calculate the patching version of it
* Republish it with `npm publish`

### Useful Links

* https://docs.npmjs.com/cli/link
* https://docs.npmjs.com/misc/developers

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