An open API service indexing awesome lists of open source software.

https://github.com/raphamorim/sayok

[EXPERIMENT] Terminal Notification for MacOS to notify Succeed Task
https://github.com/raphamorim/sayok

Last synced: about 1 year ago
JSON representation

[EXPERIMENT] Terminal Notification for MacOS to notify Succeed Task

Awesome Lists containing this project

README

          

# sayok

```shell
npm i --save-dev sayok
```

or

```shell
yarn add --dev sayok
```

In your `package.json` just add `&& sayok` at the end of task.

```json
"scripts": {
"build": "node scripts/rollup/build.js && sayok",
```

![Example](example.png)

## Credits

From mikaelbr/node-notifier <3