https://github.com/talljack/starter-ts-lib
Template of Typescript library
https://github.com/talljack/starter-ts-lib
Last synced: 3 months ago
JSON representation
Template of Typescript library
- Host: GitHub
- URL: https://github.com/talljack/starter-ts-lib
- Owner: Talljack
- License: mit
- Created: 2022-09-14T03:59:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T13:10:02.000Z (over 1 year ago)
- Last Synced: 2025-04-13T05:36:22.859Z (about 1 year ago)
- Language: JavaScript
- Size: 226 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# starter-ts-lib
Template of Typescript library
You can use this template to create a Typescript library.
## Technology Stack
- [bun](https://bun.run)
- [typescript](https://www.typescriptlang.org/)
- [vitest](https://vitest.dev/)
- [tsup](https://tsup.egoist.dev/)
## Usage
```bash
use this template to create a repository
# install dependencies
bun install
# build for production with minification
bun build
# run unit tests
bun test
```
## License
MIT License
Copyright (c) 2022 Yugang Cao