munar-core
v2.0.3
Published
[Munar] core: Plugin, Adapter and Chat Command management.
Downloads
19
Readme
munar-core
Munar core: Plugin, Adapter and Chat Command management.
You only need to use munar-core
directly if you're developing an Adapter or
Plugin. Otherwise, the Munar CLI may be more useful to you.
Installation
$ npm install --save munar-core
Usage
import { Plugin } from 'munar-core'
export default class MyPlugin extends Plugin {
// etc
}