plugi

0.1.4 • Public • Published

plugi

Make your workflow plugable

Example

Install dependencies:

    npm install plugi plugi-next-express
    //index.js
    import Plugi from 'plugi'
 
    const plugi = new Plugi()
    //next-express plugin adds express plugin automaticaly
    plugi.upgrade('next-express')
 
    plugi.module('express').listen(3000, () =>
        console.log('> Ready on http://localhost:3000'))

Readme

Keywords

none

Package Sidebar

Install

npm i plugi

Weekly Downloads

0

Version

0.1.4

License

MIT

Last publish

Collaborators

  • angrypie