beeper
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

beeper

Make your terminal beep

Useful as an attention grabber. For example, when an error happens.

Install

$ npm install beeper

Usage

import beeper from 'beeper';

await beeper();
// beep one time

await beeper(3);
// beep three times

await beeper('****-*-*');
// beep, beep, beep, beep, pause, beep, pause, beep

API

It will not beep if stdout is not TTY or if the user supplies the --no-beep flag.

beeper(count?)

beeper(melody?)

Returns a Promise<void> that is resolved after the melody has ended.

count

Type: number
Default: 1

How many times you want it to beep.

melody

Type: string

Construct your own melody by supplying a string of * for beep - for pause.

Package Sidebar

Install

npm i beeper

Weekly Downloads

739,613

Version

3.0.0

License

MIT

Unpacked Size

4.41 kB

Total Files

5

Last publish

Collaborators

  • sindresorhus