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

https://github.com/tabcat/ts-template-pnpm

Typescript module template using PNPM, Vitest, Prettier
https://github.com/tabcat/ts-template-pnpm

Last synced: 8 days ago
JSON representation

Typescript module template using PNPM, Vitest, Prettier

Awesome Lists containing this project

README

          

# ts-template-pnpm

## Setup

Run `pnpm up --latest` and move `workflows` into `.github/workflows`.

### Set up Trusted Publishing for NPM

For the publish workflow to work, you need to set up Trusted Publishing on the package settings on npm.

### Enable Github Pages for Docs

`Repo Settings > Pages > Build and deployment > Github Actions`

This will let the pages workflow complete.

The docs page will be published at https://\.github.io/\

> Done!