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

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

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