Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 226 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 226 Bytes

plugin-extend 用于在开发一个node cli,支持自定义插件扩展

USAGE

    var PE = require('plugin-extend');

    var pe = new PE({
        prefix: 'sphinx-sln'
    });
    var sln = pe.getPlugin('sc:app');