nowa-gui-plugin

1.0.5 • Public • Published

usage

===

const Plugin = require('nowa-gui-plugin');

const plugin = new Plugin({ name: { zh: '插件', en: 'plugin' } });

plugin.use(function* (ctx, next) {

});

plugin.use(function* (ctx, next) {

});

plugin.use(function* (ctx, next) {

});

Readme

Keywords

none

Package Sidebar

Install

npm i nowa-gui-plugin

Weekly Downloads

8

Version

1.0.5

License

ISC

Last publish

Collaborators

  • tommytroylin
  • poling