admmasters / rollup-fresh-typescript

Simple starter for bootstrapping libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rollup-fresh

Build Status

Template repositary for creating libraries with Rollup, TypeScript and Babel.


## Getting started

Clone this repository and install its dependencies:

```bash
git clone https://github.com/rollup/rollup-fresh
cd rollup-fresh
yarn install

About

Simple starter for bootstrapping libraries

License:MIT License


Languages

Language:JavaScript 81.6%Language:TypeScript 18.4%