Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sxzz/ts-lib-starter

My minimal TypeScript library starter.
https://github.com/sxzz/ts-lib-starter

Last synced: 2 months ago
JSON representation

My minimal TypeScript library starter.

Awesome Lists containing this project

README

        

# ts-lib-starter [![npm](https://img.shields.io/npm/v/ts-lib-starter.svg)](https://npmjs.com/package/ts-lib-starter)

[![Unit Test](https://github.com/sxzz/ts-lib-starter/actions/workflows/unit-test.yml/badge.svg)](https://github.com/sxzz/ts-lib-starter/actions/workflows/unit-test.yml)

Forked from [egoist/ts-lib-starter](https://github.com/egoist/ts-lib-starter)

## Using this template

- Search `ts-lib-starter` and replace it with your custom package name.
- Search `sxzz` and replace it with your name.
- Remove sponsors below.

Features:

- Package manager [pnpm](https://pnpm.js.org/), safe and fast
- Bundle with [tsup](https://github.com/egoist/tsup)
- Test with [Vitest](https://vitest.dev)

## Install

```bash
npm i ts-lib-starter
```

## Sponsors





## License

[MIT](./LICENSE) License © 2024 [三咲智子 Kevin Deng](https://github.com/sxzz)