0.1.5 • Published 5 years ago

umi-notify v0.1.5

Weekly downloads
6,670
License
MIT
Repository
-
Last release
5 years ago

umi-notify

Notification package for all tools we maintained.


Usage

import notify from 'umi-notify';

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

LICENSE

MIT