doomp

0.2.0 • Public • Published

node-doomp

I'v been doing scripts which cost long time, and I can't notice them immediately. So I wrote this.

A doomp voice for alarm.

Usage:

var alarm = require('doomp')
 
// ... your code ...
 
// while process exiting
process.on('exit', function () {
 
  // you'll hear DOOMP-DOOMP-DOOMP 
  alarm(3)
})

PS: max count is 5.

install

npm install doomp

for scripts

npm install doomp -g

Using

sh some_time_script.sh && doomp 3

Readme

Keywords

Package Sidebar

Install

npm i doomp

Weekly Downloads

3

Version

0.2.0

License

MIT

Last publish

Collaborators

  • lellansin