Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egoist/ts-lib-starter
My minimal TypeScript library starter
https://github.com/egoist/ts-lib-starter
Last synced: 4 days ago
JSON representation
My minimal TypeScript library starter
- Host: GitHub
- URL: https://github.com/egoist/ts-lib-starter
- Owner: egoist
- License: mit
- Created: 2021-03-17T03:51:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T05:52:16.000Z (over 1 year ago)
- Last Synced: 2024-10-22T20:33:04.263Z (12 days ago)
- Language: TypeScript
- Size: 178 KB
- Stars: 326
- Watchers: 5
- Forks: 32
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)