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
- Host: GitHub
- URL: https://github.com/namchee/liby
- Owner: Namchee
- License: mit
- Created: 2020-01-07T23:39:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-28T01:11:49.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T03:28:03.378Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 391 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)