emw
v1.0.2
Published
Executes a CLI task, and emails you when it finishes, duration included.
Downloads
1
Maintainers
Readme
$ emw -h
Usage: emw [options] "<command to execute>"
email-me-when: A simple utility which executes a command and emails you when it finishes.
Options:
-h, --help output usage information
-V, --version output the version number
-s, --smtp [smtp.gmail.com] The DNS record for the SMTP server.
-u, --user [[email protected]] The username for the SMTP server.
-p, --password [password] Password for the SMTP server username
-r, --recipients [[email protected],[email protected]] Recipients to email. Defaults to the SMTP username.
Installation: npm i -g emw