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 months ago
JSON representation

Typescript module template using PNPM, Vitest, Prettier

Awesome Lists containing this project

README

          

# ts-template-pnpm

## Usage

`pnpm run setup`

The script source is at ./setup.js and will move `workflows` into `.github/workflows` and then install the devDeps.

### Add NPM_TOKEN to github secrets

For the publish workflow to work, you need to add your NPM token as a secret to the repository.

### 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!