go-tendo

command module
v0.0.0-...-d9eb2f4 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2018 License: MIT Imports: 4 Imported by: 0

README

go-tendo

Go Report Card Build Status codecov license

Go application used to walk a Go project and report on the number of structs, methods and functions in each package.

 ██████╗  ██████╗    ████████╗███████╗███╗   ██╗██████╗  ██████╗ 
██╔════╝ ██╔═══██╗   ╚══██╔══╝██╔════╝████╗  ██║██╔══██╗██╔═══██╗
██║  ███╗██║   ██║█████╗██║   █████╗  ██╔██╗ ██║██║  ██║██║   ██║
██║   ██║██║   ██║╚════╝██║   ██╔══╝  ██║╚██╗██║██║  ██║██║   ██║
╚██████╔╝╚██████╔╝      ██║   ███████╗██║ ╚████║██████╔╝╚██████╔╝
 ╚═════╝  ╚═════╝       ╚═╝   ╚══════╝╚═╝  ╚═══╝╚═════╝  ╚═════╝ 
Usage

After building and installing go-tendo into a known path, navigate to the desired Go project and use the following command:

go-tendo [--log={logLevel}] {targetPath}

example

go-tendo --log=info ./

This command sets the logging level to output info related elements only, and inspect the source code at the target path of ./

Sample Output

Log Levels

  • LogAll - All output is displayed
  • LogTrace - Trace and above (e.g., trace, info, warnings and errors) output is displayed
  • LogInfo - Info related output and above is displayed
  • LogWarnings - Default output is displayed along with any warnings or errors
  • LogErrors - Default output is displayed along with any errors
License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
tests

Jump to

Keyboard shortcuts

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