New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

noe

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noe

Run any command and get an SMS message of it's exit code when it's done.

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
5
25%
Maintainers
1
Weekly downloads
 
Created
Source

Notify on Exit (NOE)

Have you ever wanted an SMS notification when a particular command exits? Notify on Exit can help!

Example:

$ noe -r 'node import.js'

In this example noe will run node import.js and notify the configured recipient of the exit code.

Note: if you are running a command with 1 or more arguments it must be wrapped in quotes.

Installation

Prerequisites

  • Twilio account
  • Twilio phone number
  • Node.js
  • NPM

Install

  • $ sudo npm install noe -g
  • $ noe

The first time you run noe it will ask you to enter your Twilio SID, Twilio auth token, Twilio phone number and recipient phone number(s), which will be saved into .noe-config.json of your home directory.

It is recommended to test your config file before using noe, simply run noe --test.

You may edit the config file directly or run noe --init to initialize a new config file.

Options

OptionDescription
-h, --helpoutput usage information
-V, --versionoutput the version number
--initInitiate new config file
-t, --testSend test message
-r, --runCommand to exacute and watch
-p, --phonesPhone number(s) to notify (comma separated)
-l, --labelCustom label for task

Keywords

runner

FAQs

Package last updated on 03 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts