UNPKG

@argdown/cli

Version:

A command line interface for exporting Argdown files to html, dot or json.

15 lines (14 loc) 295 B
var testPlugin = { name: "TestPlugin", run: function() { console.log("Hallo World!"); } }; module.exports = { input: "Hallo Welt!", plugins: [{ plugin: testPlugin, processor: "test-processor" }], processes: { test: { process: ["test-processor"] } }, logLevel: "error" };