Skip to content

ParcelJS (parcel-bundler) plugin that adds OS notifications after builds finish

License

Notifications You must be signed in to change notification settings

rcugut/parcel-plugin-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parcel-plugin-notifier

Parcel plugin that shows native OS notifications after builds.

Example: macOS notification after a failed build

example macOS notification

Install

yarn add parcel-plugin-notifier --dev

Usage

By default, a notification is triggered after every build, successful or not.

If you want to show notifications only on builds that failed, then set the PARCEL_NOTIFIER_LEVEL ENV variable with value error, before running parcel

export PARCEL_NOTIFIER_LEVEL=error

# then run parcel ...
parcel watch <your_files_here>

Contribute

PRs accepted.

About

ParcelJS (parcel-bundler) plugin that adds OS notifications after builds finish

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published