UNPKG

@mediarithmics/plugins-nodejs-sdk

Version:

This is the mediarithmics nodejs to help plugin developers bootstrapping their plugin without having to deal with most of the plugin boilerplate

8 lines (6 loc) 250 B
import { core } from "@mediarithmics/plugins-nodejs-sdk"; import { MySimpleEmailRouter } from './MyPluginImpl' //All the magic is here const plugin = new MySimpleEmailRouter(); const runner = new core.ProductionPluginRunner(plugin); runner.start();