An Ember CLI addon that displays native OS desktop notifications when an Ember CLI build errors or succeeds. Version 2.0.0 supports Ember.js 3.28+ and Node.js 14+. It wraps node-notifier to provide cross-platform notifications (macOS, Linux, Windows) with configurable notification options such as sound. The addon is configurable via a build-notifications.js file in the app's config directory. It has a low release cadence, last updated in 2023. Unlike other notification addons, this one specifically targets native desktop notifications for build events in Ember CLI projects.
Verified import paths — ran on the pinned version, not inferred.
This is an Ember addon; no direct JavaScript import needed. Configuration is done via config/build-notifications.js.
Config file uses CommonJS module.exports, not ES modules.
The 'notify' key is required to enable notifications; default is true for buildError.
Default is false; must set notify: true to enable success notifications.
Installs the addon and creates a config file to enable desktop notifications for build errors and success with sound.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.