forgemap 0.1.0-dev.21-66ff114 → 0.1.0-dev.22-d31fc67
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 +3 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -42,6 +42,9 @@ pnpm add -g forgemap
|
|
|
42
42
|
> [!IMPORTANT]
|
|
43
43
|
> `forgemap clone` shells out to the [GitHub CLI](https://cli.github.com/) (`gh`). Install it once and run `gh auth login` so cloning works against private repos.
|
|
44
44
|
|
|
45
|
+
> [!TIP]
|
|
46
|
+
> Hacking on forgemap itself? See [CONTRIBUTING.md → Trying the CLI locally](CONTRIBUTING.md#trying-the-cli-locally) — covers `pnpm setup`, `pnpm link --global .` and the shell-wrapper source.
|
|
47
|
+
|
|
45
48
|
## 🚀 Quick start
|
|
46
49
|
|
|
47
50
|
```bash
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package.json",
|
|
3
3
|
"name": "forgemap",
|
|
4
|
-
"version": "0.1.0-dev.
|
|
4
|
+
"version": "0.1.0-dev.22-d31fc67",
|
|
5
5
|
"description": "CLI that manages a local repo layout grouped by git server, organization and repository name.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"cli",
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"citty": "^0.1.6",
|
|
50
50
|
"consola": "^3.4.0",
|
|
51
51
|
"defu": "^6.1.4",
|
|
52
|
+
"forgemap": "link:",
|
|
52
53
|
"fuse.js": "^7.3.0",
|
|
53
54
|
"pathe": "^2.0.0"
|
|
54
55
|
},
|