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

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.

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
```