2.0.3 • Published 6 years ago

munar-core v2.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

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
}

License

ISC