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

https://github.com/namchee/liby

Personal quickstart template for TypeScript libraries
https://github.com/namchee/liby

Last synced: over 1 year ago
JSON representation

Personal quickstart template for TypeScript libraries

Awesome Lists containing this project

README

          

# Liby

Quickstart template for building TypeScript-based libraries.

## Features

1. All-in-one ESLint package with Prettier integration
2. Automatically updates `@types` with [TypeSync](https://github.com/jeffijoe/typesync)
3. Unit testing with [Vitest](https://vitest.dev/)
4. Seamless CommonJS and ESM build with [tsup](https://tsup.egoist.dev/)
5. Ensure commit quality with [Husky](https://typicode.github.io/husky)

## License

This template is licensed under the [MIT License](LICENSE)