Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dogezhou/typescript-rollup-library-starter

A simple typescript library starter using rollup
https://github.com/dogezhou/typescript-rollup-library-starter

eslint github-actions husky jest prettier rollup typescript yarn

Last synced: about 1 month ago
JSON representation

A simple typescript library starter using rollup

Awesome Lists containing this project

README

        

# typescript-rollup-library-starter
[![CI](https://github.com/dogezhou/typescript-rollup-library-starter/workflows/CI/badge.svg)](https://github.com/dogezhou/typescript-rollup-library-starter/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/dogezhou/typescript-rollup-library-starter/branch/main/graph/badge.svg?token=H41UFGUSGN)](https://codecov.io/gh/dogezhou/typescript-rollup-library-starter)

> A simple typescript library starter using rollup.

## Getting started.
1. Prerequisites
- [NodeJs LTS](https://nodejs.org/zh-cn/)
- [Yarn LTS](https://classic.yarnpkg.com/zh-Hans/docs/install)

2. Install dependencies
```bash
yarn
```
2. Development
```bash
yarn dev
```

2. Build
```bash
yarn build
```

## LICENSE
[MIT](./LICENSE)