rollib
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.1 • Public • Published

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"
}

Dependents (0)

Package Sidebar

Install

npm i rollib

Weekly Downloads

1

Version

0.0.1-alpha.1

License

MIT

Unpacked Size

32.6 kB

Total Files

40

Last publish

Collaborators

  • zhangyu1995