# ts-lib-starter **Repository Path**: mirrors_egoist/ts-lib-starter ## Basic Information - **Project Name**: ts-lib-starter - **Description**: My minimal TypeScript library starter - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-16 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **💛 You can help the author become a full-time open-source maintainer by [sponsoring him on GitHub](https://github.com/sponsors/egoist).** --- # my-ts-lib [![npm version](https://badgen.net/npm/v/my-ts-lib)](https://npm.im/my-ts-lib) [![npm downloads](https://badgen.net/npm/dm/my-ts-lib)](https://npm.im/my-ts-lib) ## Using this template - Search `my-ts-lib` and replace it with your custom package name. - Search `egoist` and replace it with your name. Features: - Package manager [pnpm](https://pnpm.js.org/), safe and fast - Release with [semantic-release](https://npm.im/semantic-release) - Bundle with [tsup](https://github.com/egoist/tsup) - Test with [vitest](https://vitest.dev) To skip CI (GitHub action), add `skip-ci` to commit message. To skip release, add `skip-release` to commit message. ## Install ```bash npm i my-ts-lib ``` ## Sponsors [![sponsors](https://sponsors-images.egoist.dev/sponsors.svg)](https://github.com/sponsors/egoist) ## License MIT © [EGOIST](https://github.com/sponsors/egoist)