0.1.0 • Published 5 years ago

rollup-library v0.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

rollup-template

Importable rollup templates: React, Node, etc.

API is not stable, this is an alpha release.

Please check the issues if you'd like to contribute code/ideas!

## Get Started

### Installation

npm install rollup-library

Usage

In your projects rollup.config.js, use:

import makeConfig from 'rollup-library';

export default makeConfig({ input: 'src/main.js', name: 'MyProject' });