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

https://github.com/ukorvl/typescript-library-template

A template repo for instantly creating TypeScript libraries and churning out new projects like hotcakes.
https://github.com/ukorvl/typescript-library-template

agents github-actions github-actions-enabled github-ci new-repo npm-module-template npm-package pnpm pnpm-monorepo repository-template template template-generic-repo template-project template-repo template-typescript typescript typescript-library typescript-template

Last synced: 11 days ago
JSON representation

A template repo for instantly creating TypeScript libraries and churning out new projects like hotcakes.

Awesome Lists containing this project

README

          

# Documentation Workspace

This workspace provides a minimal Vite-powered docs shell for the template.

## Commands

- `pnpm -C docs run dev` starts the docs dev server.
- `pnpm -C docs run build` builds static docs assets.
- `pnpm -C docs run test` runs docs smoke tests.
- `pnpm -C docs run typecheck` validates docs TypeScript.