https://github.com/techmely/template-typescript-starter
Template for all project using typescript
https://github.com/techmely/template-typescript-starter
Last synced: about 1 year ago
JSON representation
Template for all project using typescript
- Host: GitHub
- URL: https://github.com/techmely/template-typescript-starter
- Owner: techmely
- License: mit
- Created: 2021-02-07T13:13:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T02:56:40.000Z (about 3 years ago)
- Last Synced: 2025-03-13T00:45:36.537Z (over 1 year ago)
- Language: JavaScript
- Size: 3.71 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/TechMeLy/XXX/actions?workflow=CI) [](https://packagephobia.com/result?p=%40techmely%2F___XXX) [](https://www.codacy.com/gh/LINK_PROJECT) [](https://deepscan.io/dashboard#view=project&tid=XXX&pid=XXX&bid=XXX) [](https://dependabot.com/) [](https://github.com/prettier/prettier) [](http://makeapullrequest.com) [](https://npm.im/my-ts-lib)
---
Our Ts lib - Jest + Typescript
Talk something 🥳.
## Using this template
- Search `my-ts-lib` and replace it with your custom package name.
- Search `TechMeLy` 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/TechMeLy/tsup)
- Test with [jest](https://jestjs.io/)
## Install
```bash
npm i my-ts-lib
```
## License
MIT © [TechMeLy](https://github.com/sponsors/TechMeLy)