Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vincent-the-gamer/ts-starter

Starter template for TypeScript library.
https://github.com/vincent-the-gamer/ts-starter

Last synced: 5 days ago
JSON representation

Starter template for TypeScript library.

Awesome Lists containing this project

README

        

# pkg-name

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![bundle][bundle-src]][bundle-href]
[![JSDocs][jsdocs-src]][jsdocs-href]
[![License][license-src]][license-href]

_description_

> [!NOTE]
> Replace pkg-name, \_description\_ and Vincent-the-gamer globally to use this template.

## Scripts

```shell
# Dev
pnpm run dev

# Build
pnpm run build

# Test
pnpm run test
```

## License

[MIT](./LICENSE) License © 2024-PRESENT [Vincent-the-gamer](https://github.com/Vincent-the-gamer)

[npm-version-src]: https://img.shields.io/npm/v/pkg-name?style=flat&colorA=080f12&colorB=1fa669
[npm-version-href]: https://npmjs.com/package/pkg-name
[npm-downloads-src]: https://img.shields.io/npm/dm/pkg-name?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-href]: https://npmjs.com/package/pkg-name
[bundle-src]: https://img.shields.io/bundlephobia/minzip/pkg-name?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=pkg-name
[license-src]: https://img.shields.io/github/license/Vincent-the-gamer/pkg-name.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/Vincent-the-gamer/pkg-name/blob/main/LICENSE
[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
[jsdocs-href]: https://www.jsdocs.io/package/pkg-name