# 111-hello-world

> * learn how to create publih and use a npm package

Latest version **1.1.9** (published 2019-11-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install 111-hello-world
pnpm add 111-hello-world
yarn add 111-hello-world
bun add 111-hello-world
```

Provides the command `111-hello-world`.

## 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.1.9 |
| Published | 2019-11-13 |
| First published | 2019-11-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 712 B |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | stallman |
| Maintainers | do365 |

## Links

- npm: https://www.npmjs.com/package/111-hello-world
- Repository: https://do365.myds.me:48001/act365/2019/111-npm-org-hello-world
- npm.io page: https://npm.io/package/111-hello-world

## Recent versions

- 1.1.9 (latest) — 2019-11-13
- 1.0.9 — 2019-11-13
- 1.0.8 — 2019-11-13
- 1.0.7 — 2019-11-13

## README

# 167-hello-world

* learn how to create publih and use a npm package

## 1 create the package
```
yarn init --yes
```

## 2 publish the package

```
npm login
npm publish
```


## 3 run the package

```
npx 111-hello-world
```

## more

* package.json->main->index.js
* package.json->bin->cli

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