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

0.2.0 • Public • Published

Astro Beep

Trigger a system notification when your Astro build is complete

Options

mode?: "normal" | "blastoff = "normal"

The mode option lets you choose between normal mode and blastoff mode.

import beep from 'astro-beep';

export default {
  integrations: [beep({ mode: 'blastoff' })],
};

/astro-beep/

    Package Sidebar

    Install

    npm i astro-beep

    Weekly Downloads

    0

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    1.66 MB

    Total Files

    10

    Last publish

    Collaborators

    • natemoo-re