Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`
- Host: GitHub
- URL: https://github.com/alphaolomi/ts-tsup-pkg-skeleton
- Owner: alphaolomi
- Created: 2023-05-28T00:49:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T06:52:08.000Z (6 months ago)
- Last Synced: 2024-08-17T08:06:21.269Z (3 months ago)
- Language: TypeScript
- Size: 103 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.