ruleshare 0.1.1 → 0.1.2
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 +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -123,6 +123,16 @@ ruleshare remove typescript
|
|
|
123
123
|
| Alias | `alias:path/file.md` |
|
|
124
124
|
| URL | `https://example.com/rules.md` |
|
|
125
125
|
|
|
126
|
+
## Private Repos
|
|
127
|
+
|
|
128
|
+
Private GitHub repos work automatically if you have the [GitHub CLI](https://cli.github.com/) authenticated:
|
|
129
|
+
|
|
130
|
+
```bash
|
|
131
|
+
gh auth login
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
No additional configuration needed. Ruleshare tries unauthenticated access first, then falls back to `gh` for private repos.
|
|
135
|
+
|
|
126
136
|
## License
|
|
127
137
|
|
|
128
138
|
MIT
|