Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techmely/template-typescript-starter
Template for all project using typescript
https://github.com/techmely/template-typescript-starter
Last synced: about 1 month 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T02:56:40.000Z (over 1 year ago)
- Last Synced: 2024-05-08T00:15:28.102Z (8 months 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
[![Tests](https://github.com/TechMeLy/XXX/workflows/CI/badge.svg)](https://github.com/TechMeLy/XXX/actions?workflow=CI) [![install size](https://packagephobia.com/badge?p=@techmely/XXX)](https://packagephobia.com/result?p=%40techmely%2F___XXX) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/TOKEN)](https://www.codacy.com/gh/LINK_PROJECT) [![DeepScan grade](https://deepscan.io/api/teams/7726/projects/12863/branches/205412/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=XXX&pid=XXX&bid=XXX) [![Dependabot](https://flat.badgen.net/dependabot/TechMeLy/template-typescript-starter?icon=dependabot)](https://dependabot.com/) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![PRs or Discussion welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![npm version](https://badgen.net/npm/v/my-ts-lib)](https://npm.im/my-ts-lib)
---
Our Ts lib - Jest + TypescriptTalk 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)