An open API service indexing awesome lists of open source software.

https://github.com/xg4/rollup-typescript-boilerplate

:package: How to create a library using rollup with typescript.
https://github.com/xg4/rollup-typescript-boilerplate

bolierplate library rollup typescript

Last synced: 11 months ago
JSON representation

:package: How to create a library using rollup with typescript.

Awesome Lists containing this project

README

          

# Rollup Typescript Boilerplate

[![CI](https://github.com/xg4/rollup-typescript-boilerplate/workflows/CI/badge.svg)](https://github.com/xg4/rollup-typescript-boilerplate/actions)
[![codecov](https://img.shields.io/codecov/c/github/xg4/rollup-typescript-boilerplate.svg)](https://codecov.io/gh/xg4/rollup-typescript-boilerplate)
[![GitHub](https://img.shields.io/github/license/xg4/rollup-typescript-boilerplate.svg)](https://github.com/xg4/rollup-typescript-boilerplate/blob/master/LICENSE)

## Installation

```bash
$ git clone git@github.com:xg4/rollup-typescript-boilerplate.git
# or
$ git clone https://github.com/xg4/rollup-typescript-boilerplate

$ cd
$ rm -rf .git
$ git init
$ git remote add origin
$ git add .
$ git commit -m "Initial commit"
$ git push -u origin master
```

## LICENSE

MIT