2.0.0 • Published 2 years ago

@eqworks/notify v2.0.0

Weekly downloads
21
License
MIT
Repository
-
Last release
2 years ago

notify

CLI for sending various notifications (currently only through Slack incoming webhooks).

Usage

% npm i -g @eqworks/notify
% notify --help
% # Or through `npx`
% npx @eqworks/notify --help

To use the underlying library directly in supported JavaScript environments (local installation needed):

// since v2.0.0
const notify = require('@eqworks/notify/lib')
// or
import notify from '@eqworks/notify/lib'

Note: pre-v2.0.0, the library export was dispatched from the package index:

// For @eqworks/notify < v2.0.0
const notify = require('@eqworks/notify')
// or
import notify from '@eqworks/notify'
1.1.1-alpha.0

2 years ago

2.0.0

2 years ago

1.1.0

4 years ago

1.1.0-alpha.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago