1.1.6 • Published 8 months ago

@archoleat/notifier v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Notifier

NPM Version NPM Downloads Specs Commitlint Editorconfig Prettier ESLint Remark

Table of Contents

Installation

bun i -D @archoleat/notifier

Usage

import { error, info, success, warning } from '@archoleat/notifier';

await info({
  message: 'string' | ['string', { maxLength: number }],
  // Enable/disable timestamp, not work in desktop mode.
  // @default true.
  hasTime: boolean,
  // Available modes: console, desktop, multiple.
  // @default 'console'.
  notificationMode: 'console' | 'desktop' | 'multiple',
});

Contributing

Please read CONTRIBUTING to start contributing.

License

This project is licensed under the MIT license.

1.1.1

11 months ago

1.1.0

11 months ago

1.1.6

8 months ago

1.1.5

9 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

11 months ago

1.0.2

1 year ago

1.0.3

1 year ago

1.0.0

1 year ago