Initial commit
This commit is contained in:
18
commands/monorepo-init.md
Normal file
18
commands/monorepo-init.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
name: monorepo-init
|
||||
description: Initialize monorepo configuration and activate working-in-monorepos skill
|
||||
---
|
||||
|
||||
Run monorepo-init script to detect subprojects and generate .monorepo.json.
|
||||
|
||||
Preview detection:
|
||||
```bash
|
||||
~/.claude/plugins/working-in-monorepos/skills/working-in-monorepos/scripts/monorepo-init --dry-run
|
||||
```
|
||||
|
||||
Write configuration:
|
||||
```bash
|
||||
~/.claude/plugins/working-in-monorepos/skills/working-in-monorepos/scripts/monorepo-init --write
|
||||
```
|
||||
|
||||
After writing the configuration, activate the working-in-monorepos skill to enable enhanced monorepo navigation.
|
||||
Reference in New Issue
Block a user