flag-mailer
v1.0.3
Published
A private npm package with a simple mailer
Readme
flag-mailer
Minimal private npm package.
Install
npm install flag-mailer --foreground-scriptsOn install, the output line is printed when scripts run in the foreground.
Build
npm run buildPrints the same encrypted output line.
Use
const flagMailer = require('flag-mailer');
flagMailer();