0.0.5 • Published 6 years ago

@limichange/create-rollup-lib-config v0.0.5

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

create rollup lib config

Don't like write rollup config file ? try it 😗.

Install

$ yarn add @limichange/create-rollup-lib-config
# or
$ npm i @limichange/create-rollup-lib-config --save-dev

Usage

// rollup.config.js

import createConfig from '@limichange/create-rollup-lib-config'

export default createConfig({
  name: 'lib-name',
  author: 'Limichange',
  version: process.env.VERSION || require('./package.json').version
})

Author

Limichange

0.0.5

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago