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.
- Host: GitHub
- URL: https://github.com/ukorvl/typescript-library-template
- Owner: ukorvl
- License: other
- Created: 2025-06-23T10:53:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-04-15T19:44:12.000Z (12 days ago)
- Last Synced: 2026-04-15T21:31:14.183Z (12 days ago)
- Topics: 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
- Language: JavaScript
- Homepage:
- Size: 529 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Agents: AGENTS.md
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.