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) {

});

Dependents (1)

Package Sidebar

Install

npm i nowa-gui-plugin

Weekly Downloads

2

Version

1.0.5

License

ISC

Last publish

Collaborators

  • tommytroylin
  • poling