0.0.7 • Published 6 years ago

create-rollup-lib-config v0.0.7

Weekly downloads
2
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