Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 + 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)