1.0.2 • Published 2 years ago

serverless-cli-notifier v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

serverless-cli-notifier

This is a Serverless Framework plugin that aims to help developers be more productive by sending desktop notifications upon serverless lifecycle events.

It works by combining Serverless Framework lifecycle events - with the serverless hooks helper - and the node-notifier NPM package.

Currently Supported Lifecycle events:

  • initialize: Runs on every serverless command

  • after:deploy:deploy: Runs after a successful serverless deploy command

Install

Run npm install in your Serverless project.

$ npm install --save-dev serverless-cli-notifier

Add the plugin to your serverless.yml file

plugins:
  - serverless-cli-notifier