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
- Host: GitHub
- URL: https://github.com/tabcat/ts-template-pnpm
- Owner: tabcat
- License: mit
- Created: 2024-11-15T09:16:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-26T08:37:37.000Z (over 1 year ago)
- Last Synced: 2025-01-19T13:20:53.267Z (over 1 year ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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!