mailgun.js

v5.0.1
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 && npm run build-dts

start

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

prepare

husky install

release

standard-version -a

build-dts

node dts-bundle && rm -rf dist/lib

test-watch

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

build:release

webpack --config ./webpack/webpack.release.config.js --progress --color && npm run build-dts

Metadata

  • MIT
  • Whatever
  • Mailgun
  • released 2/23/2022

Downloads