Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sxzz/ts-lib-starter
My minimal TypeScript library starter.
https://github.com/sxzz/ts-lib-starter
Last synced: 2 months ago
JSON representation
My minimal TypeScript library starter.
- Host: GitHub
- URL: https://github.com/sxzz/ts-lib-starter
- Owner: sxzz
- License: mit
- Created: 2022-02-20T01:45:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T09:02:30.000Z (9 months ago)
- Last Synced: 2024-04-13T14:41:10.969Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 778 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ts-lib-starter [![npm](https://img.shields.io/npm/v/ts-lib-starter.svg)](https://npmjs.com/package/ts-lib-starter)
[![Unit Test](https://github.com/sxzz/ts-lib-starter/actions/workflows/unit-test.yml/badge.svg)](https://github.com/sxzz/ts-lib-starter/actions/workflows/unit-test.yml)
Forked from [egoist/ts-lib-starter](https://github.com/egoist/ts-lib-starter)
## Using this template
- Search `ts-lib-starter` and replace it with your custom package name.
- Search `sxzz` and replace it with your name.
- Remove sponsors below.Features:
- Package manager [pnpm](https://pnpm.js.org/), safe and fast
- Bundle with [tsup](https://github.com/egoist/tsup)
- Test with [Vitest](https://vitest.dev)## Install
```bash
npm i ts-lib-starter
```## Sponsors
## License
[MIT](./LICENSE) License © 2024 [三咲智子 Kevin Deng](https://github.com/sxzz)