cordlr-mdn

0.1.2 • Public • Published

cordlr-mdn NPM version Build Status

Cordlr mdn plugin

Installation

$ cordlr install cordlr-mdn

Then add it to your config.

{
  "plugins": [
    "cordlr-mdn"
  ],
  "mdn": {
    "format": "**{{title}}**:\n{{description}}\n{{url}}", // How to format the response
    "unknown": "Couldn't find anything for query `{{query}}`", // What do we do if there wasn't anything returned back
    "max": "1", // How many results to return, to return all use 'Infinity', default 1
    "code": false // Should we sent it in a code block
  }
}

License

MIT © Sean Wilson

Readme

Keywords

Package Sidebar

Install

npm i cordlr-mdn

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • programmatical