https://github.com/gregoryv/inventory
Command for listing local git project release information
https://github.com/gregoryv/inventory
Last synced: 11 months ago
JSON representation
Command for listing local git project release information
- Host: GitHub
- URL: https://github.com/gregoryv/inventory
- Owner: gregoryv
- License: mit
- Created: 2022-04-15T14:05:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-16T05:29:23.000Z (about 4 years ago)
- Last Synced: 2025-03-30T05:13:09.311Z (about 1 year ago)
- Language: Go
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
inventory - Command for listing projects and their versions
This command is used to find and display a set of git projects and
their release information.
## Quick start
```shell
$ go install github.com/gregoryv/inventory
$ inventory -h
Usage: ./inventory [OPTIONS]
List projects and release information
Options
-s, --skip-untagged
-f, --show-full-path
-m, --show-modified-date
-o, --order-by : "releaseDate" [path releaseDate]
-i, --include-vendor
-h, --help
Examples
List all your projects
$ inventory
List specific projects
$ inventory $HOME/src/github.com/YOURS/*
```