@newsteam/cli-notify
This package provides a notification function used to signal completion of cli tasks.
Install
$ npm install @newsteam/cli-notify
Simple usage
import { notify } from "@newsteam/cli-notify";
Maintenance
You can run tests with npm test
.