https://github.com/hamlim/vndr
https://github.com/hamlim/vndr
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hamlim/vndr
- Owner: hamlim
- Created: 2025-03-06T02:03:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-08T15:31:36.000Z (about 1 month ago)
- Last Synced: 2026-06-20T09:32:58.892Z (about 1 month ago)
- Language: TypeScript
- Size: 64.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template monorepo
This is a template repo in GitHub for creating a fresh monorepo for managing code and documentation.
For more details on this setup, refer to my blog post here: https://matthamlin.me/2024/february/library-docs-monorepo-template
## Getting Started:
You can get started using this template in 2 ways:
1. via `degit`:
```sh
bunx --bun degit hamlim/template-monorepo
```
2. via GitHub:
- Use this template (see `Use this Template` button near the top right corner of the page)
- Clone the newly created repo
Once you have a repo setup - you can then install dependencies via `bun install` (if you don't have bun installed locally, refer to their [docs](https://bun.sh)).
---
Check out the [Guidebook](./GUIDEBOOK.md) for more details on how to use this repo setup!