Compare commits

...

2 Commits

Author SHA1 Message Date
3cc3a6ade1 Merge remote-tracking branch 'refs/remotes/origin/main' 2025-06-10 10:41:57 -06:00
7f1ae19eb6 Added help support 2025-06-10 10:41:21 -06:00

View File

@ -1,7 +1,10 @@
NPM-GITEA
=========
Connect to gitea (using tea configuration) and list packages
Since npm cannot easily search private gitea repositories, this tool can be used
to search instead
Uses your connection to gitea (using tea configuration) and list packages
SETUP
-----
@ -17,3 +20,10 @@ UNINSTALL
```
npm uninstall -g
```
USAGE
-----
```
npm-gitea {search} | --help | --{json|markdown}
```