1.0.1-alpha.0 • Published 6 years ago

lub-api v1.0.1-alpha.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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.