Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vincent-the-gamer/ts-starter
- Owner: Vincent-the-gamer
- License: mit
- Created: 2024-07-31T03:20:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T03:23:14.000Z (4 months ago)
- Last Synced: 2024-07-31T05:40:53.978Z (4 months ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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