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

9 lines (6 loc) 270 B
import { core, extra } from "@mediarithmics/plugins-nodejs-sdk"; import * as _ from "lodash"; importMyHandlebarsAdRenderer } from './MyPluginImpl' const plugin = new MyHandlebarsAdRenderer(); const runner = new core.ProductionPluginRunner(plugin); runner.start();