cordlr-define

0.1.0 • Public • Published

cordlr-define NPM version Build Status

Cordlr word definition plugin

Installation

$ cordlr install cordlr-define

Then add it to your config.

{
  "plugins": [
    "cordlr-define"
  ],
  "define": {
    "format": "```{{word}} | {{partofspeech}}\n\t{{definition}}```" // How should list entries be formatted,
    "unknown": "No definitions found for the word `{{query}}`" // How should we reply if no definitions can be found.
    "max": 3 // How many definitions should we send, use 'all' to send all available ones
  }
}

Usage

define <word>

License

MIT © Sean Wilson

Readme

Keywords

Package Sidebar

Install

npm i cordlr-define

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • programmatical