UNPKG

bup

Version:

Automated rollup build based on babelrc

31 lines (20 loc) 730 B
# bup [![license](https://img.shields.io/github/license/ramitos/bup.svg?style=flat-square)](https://npmjs.com/package/bup) [![npm](https://img.shields.io/npm/v/bup.svg?style=flat-square)](https://npmjs.com/package/bup) [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) Automated [rollup](https://github.com/rollup/rollup) build based on [babel](https://github.com/rollup/rollup-plugin-babel). ## Table of Contents - [Install](#install) - [Usage](#usage) - [License](#license) ## Install ``` yarn add --dev bup ``` ## Usage ```bash bup . # compiles pkg.entry to dist/{name}.{format}.js ``` ## License BSD-3-Clause