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: 3 months 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-11T02:32:29.000Z (over 5 years ago)
- Last Synced: 2025-02-27T07:18:08.746Z (over 1 year 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
[](https://github.com/dogezhou/typescript-rollup-library-starter/actions?query=workflow%3ACI)
[](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)