0.1.1 • Published 4 years ago

lc-lib-rollup-build v0.1.1

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

lc-lib-rollup-build

This is a cli of building lib by rollup. Part of command tool for lib-candy.

Usage

Command Line

npx lc-lib-rollup-build

Api

const libRollupBuild = require('lc-lib-rollup-build');

libRollupBuild(projRootDir).then(function(){
  // do something
}).catch(function() {
  // do something
})
···