Skip to content

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

9 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages