Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dogezhou/typescript-rollup-library-starter
- Owner: dogezhou
- License: mit
- Created: 2020-12-24T09:27:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-11T02:32:29.000Z (about 4 years ago)
- Last Synced: 2024-11-11T18:09:21.439Z (3 months ago)
- Topics: eslint, github-actions, husky, jest, prettier, rollup, typescript, yarn
- Language: JavaScript
- Homepage:
- Size: 107 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)