Skip to content

Simple CLI Command to give statistics on the size of a Go repository.

License

Notifications You must be signed in to change notification settings

steele232/gosourcestats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gosourcestats

Simple CLI Command to give statistics on the size of a Go repository.

Written entirely in Go (GoLang) and Simplified Mandarin using ZouYu (also maintained by the Author)

路线图 (Roadmap)

  • List out Number of Go files
  • Directory depth command flag/parameter
  • Support 'all' (more) operating systems. Right now, it works on Linux/MacOS because I'm using '/' and not handling other more sophisticated methods of handling directory traversing.

安装指示 (Installation Instructions)

  • Should be go get -able ... then install it with go install
  • gosourcestats command works on the directory that you are in and any directories below it, but works only on .go files

About

Simple CLI Command to give statistics on the size of a Go repository.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages