1.0.0 • Published 8 years ago

boxen-notify v1.0.0

Weekly downloads
51
License
MIT
Repository
github
Last release
8 years ago

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