
Yet another TypeScript library starter with conventional goodies and automatic semantic releases.
This TypeScript library starter is a comprehensive solution for developers looking to kickstart their projects with best practices and modern tools. It integrates powerful features like semantic versioning and conventional commits, enabling a streamlined development workflow. With an emphasis on code quality and efficiency, this template sets a solid foundation for building robust applications.

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.