Cursor rule
.cursor/rules/node-pnpm.mdcUse pnpm to manage Node dependencies across the monorepo
Cursor rules
Quality
50/100
Scores the file, not the repository.Length
84 words
4 headings · 1 code blocksRepository
4
— · pushed 113 days agoLast changed
3 days ago
First indexed 3 days ago.123456# Node Package Management (pnpm)78Always use pnpm for Node dependency management in this repository.910- Do not use npm or yarn11- Monorepo commands run from the repo root unless a package-specific script is needed12- Workspace is defined via [pnpm-workspace.yaml](mdc:pnpm-workspace.yaml)1314Common commands:1516```bash17# Install deps18pnpm install1920# Add dependencies21pnpm add <pkg>22pnpm add -D <pkg>2324# Run scripts (workspace-aware)25pnpm run <script>26pnpm turbo <task>27```2829Make targets integrate pnpm where appropriate; prefer Makefile for unified flows when available.30
Also in weirdfingers/boards
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| weirdfingers/boards.cursor/rules/backend-logging.mdc · 4 | Cursor rules | styledo-not | 41/100 | 3 days ago | |
| weirdfingers/boards.cursor/rules/no-graphql-in-examples.mdc · 4 | Cursor rules | api | 24/100 | 3 days ago | |
| weirdfingers/boards.cursor/rules/python-tooling.mdc · 4 | Cursor rules | setupteststyle | 67/100 | 3 days ago | |
| weirdfingers/boards.cursor/rules/test.mdc · 4 | Cursor rules | test | 34/100 | 3 days ago | |
| weirdfingers/boards.cursor/rules/typecheck.mdc · 4 | Cursor rules | no sections | 30/100 | 3 days ago | |
| weirdfingers/boardsCLAUDE.md · 4 | CLAUDE.md | setupbuildtestlint-format+12 | 96/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 3 days ago | |
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 3 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 3 days ago |
