mailgun.js

v4.1.6
A javascript sdk for Mailgun built with webpack, babel & es6. This can be used in node or in the browser*.
mailgun email

docs

typedoc --tsconfig ./tsconfig.json

lint

eslint . && eslint . --ext .ts

test

multi='dot=- xunit=./results.xml' nyc mocha -t 10000 -R mocha-multi -r ts-node/register test/*.test.ts

build

webpack --config ./webpack/webpack.dev.config.js --progress --color

start

webpack --watch --config ./webpack/webpack.dev.config.js --progress --color

prepare

husky install

release

standard-version -a

test-watch

mocha -r ts-node/register -w -R dot test/*.test.ts

build:release

webpack --config ./webpack/webpack.release.config.js --progress --color

Metadata

  • MIT
  • Whatever
  • Mailgun
  • released 1/24/2022

Downloads