lub-api

1.0.1-alpha.0 • Public • Published

lub-api

An api collection of lub packages to export.


Install

npm install lub-api --save

Usage

lub-api export a object with all utils of lubjs.

const { log, npm } = require('lub-api');
 
const logger = log('scope');
logger.info('hello, world');
 
npm.installSync();

API

lub-api

PR Welcome

PRs are welcomed if you have useful utils during creating plugins.

/lub-api/

    Package Sidebar

    Install

    npm i lub-api

    Weekly Downloads

    4

    Version

    1.0.1-alpha.0

    License

    MIT

    Unpacked Size

    6.16 kB

    Total Files

    5

    Last publish

    Collaborators

    • dxd_sjtu