glide-report

command module
v0.0.0-...-2627ea8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 24, 2016 License: MIT Imports: 17 Imported by: 0

README

Glide Report

Terminal Example

This application attempts to help you determine how up to date your Go dependencies are. It does this by examining data stored in package managers and comparing it to the information in the projects themselves.

It does leverage Glide. If your project is not managed by Glide it will attempt to import it, without making any changes to your vendor/ directory using the Glide import functionality.

Note, this is alpha software and should be treated as such. The reports are to help developers start to look deeper.

How To Install

While this is prerelease use:

$ go get -u github.com/Masterminds/glide-report

Once this is released a more appropriate release version will be available.

How To Use

Change into the root of a project and run:

If you have Glide installed:

$ glide report

If you don't have Glide installed:

$ glide-report

There is an optional flag of -no-color if you want to turn color off in the report. So, you can do things like:

$ glide report -no-color | pbcopy

On Mac this will create the report, displaying any messages, while the output of the report will be copied to the clipboard.

What Do Reports Look Like?

You can view a couple example reports here and here.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL