An open API service indexing awesome lists of open source software.

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

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/*

```