https://github.com/kyrielii/pnpm-workspace-template
This is a template for pnpm workspace. It is recommended to use this template when you create a new pnpm workspace.
https://github.com/kyrielii/pnpm-workspace-template
monorepo pnpm pnpm-workspace pnpm-workspaces template-project workspace
Last synced: 5 months ago
JSON representation
This is a template for pnpm workspace. It is recommended to use this template when you create a new pnpm workspace.
- Host: GitHub
- URL: https://github.com/kyrielii/pnpm-workspace-template
- Owner: KyrieLii
- Created: 2024-01-16T03:43:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T04:48:41.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T11:21:57.867Z (over 1 year ago)
- Topics: monorepo, pnpm, pnpm-workspace, pnpm-workspaces, template-project, workspace
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pnpm-workspace-template
## Stack
- Node.js >= 20
- [pnpm](https://github.com/pnpm/pnpm) >= 9
- [@biomejs/biome](https://github.com/biomejs/biome)
- [@changesets/cli](https://github.com/changesets/changesets)
## How to use
### Using by github template
[Creating a repository from a template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)
### Using by local template
1. clone this repo.
```bash
git clone git@github.com:KyrieLii/pnpm-workspace-template.git your-project-name
```
2. reset and init git
```bash
rm -rf .git && git init --initial-branch=main
```