0.0.1-alpha.1 • Published 3 years ago

rollib v0.0.1-alpha.1

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

Rollib

Zero-configuration build tool for build a library, base on Rollup.

Features

  • support TypeScript, React.
  • support Less, Sass, Stylus.
  • multiple entry and output.
  • zero-configuration.

Installation

npm install -D rollib

Set up build script

{
  "scripts": {
    "build": "rollib"
  }
}

Configuration

// rollib.config.js
export default {
  entry: "src/index.js"
}