applugins-commons

1.0.2 • Public • Published

Applugins

Set of common plugins for 'applugins':

  • ClientPlugin
  • EventsPlugin
  • EventsPlugin
  • ResourcesPlugin
  • ServerDispatcherPlugin
  • ServerExpressPlugin
  • SettingsPlugin

Usage

import {ClientPlugin} from 'applugins-commons';

config.plugins.push({
    id:"db"
    type: ClientPlugin
});

// once at start
(Applugins.create(config)).init().then((app)=>{});

See test/test.js for more use cases.

Repo

[https://github.com/alitskevich/applugins-commons]

Legal

The MIT License (MIT)

Copyright (c) 2015 Alex Litskevich

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    2
  • 1.0.1
    0

Package Sidebar

Install

npm i applugins-commons

Weekly Downloads

1

Version

1.0.2

License

Apache-2.0

Last publish

Collaborators

  • alitskevich