Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alphaolomi/ts-tsup-pkg-skeleton

Typescript Package using `tsup` and `vitest`
https://github.com/alphaolomi/ts-tsup-pkg-skeleton

Last synced: 1 day ago
JSON representation

Typescript Package using `tsup` and `vitest`

Awesome Lists containing this project

README

        

# Typescript Package using `tsup` and `vitest`

[![Lint and Build](https://github.com/alphaolomi/ts-tsup-pkg-skeleton/actions/workflows/main.yml/badge.svg)](https://github.com/alphaolomi/ts-tsup-pkg-skeleton/actions/workflows/main.yml)

This is a template for a TypeScript package using `tsup` and `vitest`.

## Usage

```sh
# Install dependencies
yarn

# Build the package
yarn build

# Run the tests
yarn test
```

## License

This project is licensed under the MIT License.