https://github.com/berquerant/godepdump
Dump dependencies
https://github.com/berquerant/godepdump
go
Last synced: about 1 year ago
JSON representation
Dump dependencies
- Host: GitHub
- URL: https://github.com/berquerant/godepdump
- Owner: berquerant
- Created: 2023-10-28T15:13:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T14:42:00.000Z (over 1 year ago)
- Last Synced: 2025-03-31T11:31:20.014Z (about 1 year ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# godepdump
```
❯ godepdump --help
Dump dependencies
Usage:
godepdump [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
defdecl List def decls
defs List defs
dep List dependencies
help Help about any command
import List imports
search Search identifiers
uses List uses
Flags:
--debug enable debug logs
-h, --help help for godepdump
-q, --quiet quiet logs
Use "godepdump [command] --help" for more information about a command.
```