@stoplight/feathers-mailer

v2.0.0
Feathers mailer service
feathers feathers-plugin mail email mailer nodemailer

prepublish

npm run compile

publish

git push origin && git push origin --tags

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

compile

rimraf lib/ && babel -d lib/ src/

watch

babel --watch -d lib/ src/

lint

eslint-if-supported semistandard --fix

mocha

mocha --opts mocha.opts

test

npm run compile && npm run lint && npm run coverage

example

babel-node examples/app

coverage

istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts
npm i @stoplight/feathers-mailer

Metadata

  • MIT
  • >= 4
  • Feathers contributors
  • released 1/27/2017

Downloads