# umi-notify

> Notification package for all cli we maintained.

Latest version **0.1.5** (published 2019-06-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install umi-notify
pnpm add umi-notify
yarn add umi-notify
bun add umi-notify
```

## 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.1.5 |
| Published | 2019-06-26 |
| First published | 2018-12-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 2.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | sorrycc |

## Links

- npm: https://www.npmjs.com/package/umi-notify
- npm.io page: https://npm.io/package/umi-notify

## Dependencies (2)

- [chalk](https://npm.io/package/chalk.md) ^2.4.1
- [is-ali-env](https://npm.io/package/is-ali-env.md) ^0.1.4

## Recent versions

- 0.1.5 (latest) — 2019-06-26
- 0.1.4 — 2019-06-26
- 0.1.3 — 2019-01-25
- 0.1.2 — 2018-12-28
- 0.1.1 — 2018-12-28
- 0.1.0 — 2018-12-28

## README

# umi-notify

Notification package for all tools we maintained.

---

## Usage

```js
import notify from 'umi-notify';

notify.onDevStart({ name, version });
notify.onDevComplete({ name, version });
notify.onBuildStart({ name, version });
notify.onBuildComplete({ name, version });
```

## LICENSE

MIT

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