Skip to content

CLI tool for code annotations generation. Similar to "rake notes" from Ruby On Rails

License

Notifications You must be signed in to change notification settings

cthulhu/go-notes

Repository files navigation

Actions Status Goreport License MIT

go-notes

CLI tool similar to "rake notes" from Ruby On Rails

Installation

go get -u github.com/cthulhu/go-notes

Usage

Usage: go-notes [flags] <Go file or directory> ...

Without options generates all the note types. Defaults are:

// FIXME    - call to fix something
// OPTIMIZE - call for a refactoring
// TODO     - future plans

Options:
  -f - FIXME annotations
  -o - OPTIMIZE annotations
  -t - TODO annotations
  -c CUSTOM - custom annotation label
  -format count - output format aggregated counts
  -format list - output format list with files and annotations (default)

About

CLI tool for code annotations generation. Similar to "rake notes" from Ruby On Rails

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages