1.0.2 • Published 1 year ago

metatools-extendable-plugin-loader v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@Metatools/Extendable-Plugin-Loader

plugin system extendable from preset

Install

npm install metatools-extendable-plugin-loader

Usage

    
    class example {
        constructor (options) {
            this.options = options;

        }
    }
    const pluginsets = [
         {
            plugin:example,
            options:'test'
        }

    ]
        
    const extendsets = [];
    const plugins = loader.extend(pluginsets, extendsets);

if want more, see docs directry

1.0.2

1 year ago

1.0.1

1 year ago