repolith 0.0.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/cli.js +8688 -27
- package/package.json +9 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> Make a set of independent git repos feel like one monorepo — without touching git internals, GitHub, or CI.
|
|
4
4
|
|
|
5
|
-
**Status:
|
|
5
|
+
**Status: v0.1 — CLI complete.** All seven commands (`sync`, `status`, `grep`, `log`, `diff`, `exec`, `init`) are implemented and tested, and a VS Code extension is included. The MCP server and `checkout` (restore-from-lockfile) are next (v0.2). APIs may still change pre-1.0.
|
|
6
6
|
|
|
7
7
|
## What it is
|
|
8
8
|
|
|
@@ -24,7 +24,7 @@ npm i -g repolith
|
|
|
24
24
|
bun add -g repolith
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
## Quick start
|
|
27
|
+
## Quick start
|
|
28
28
|
|
|
29
29
|
```bash
|
|
30
30
|
repolith init # interactively create repolith.toml
|