Skip to content

webivy-team/maddy-dist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maddy-dist

Use maddy as an npm module for tighter integration with node apps (e.g. test fixtures). See the maddy documentation for usage: https://maddy.email/.

Usage

npm install maddy-dist

Put a maddy.conf in the current working directory.

import maddy from "maddy-dist";
const server = await maddy();
// You can also pass in a custom environment
const server = await maddy({
  MY_VARIABLE: "www.example.org",
});

// And shut down when you are done
server.stop();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors