npm.io
1.0.0 • Published 9 years ago

boxen-notify

Licence
MIT
Version
1.0.0
Deps
2
Vulns
0
Weekly
0
Stars
1

boxen-notify npm AppVeyor Status Travis CI Status

show a message in a box (extracted from update-notifier)

Usage

notify(options: BoxenNotifyOptions)

type BoxenNotifyOptions = {
  boxenOpts?: BoxenOptions,
  defer?: boolean,
  message?: string
}
Example
const { notify } = require('boxen-notify')

notify({ message: 'hello, world!' })

Contributing

Development
npm install --global flow-typed
npm install
flow-typed install
npm test

Resources