Skip to content

paulvollmer/commenttags

Repository files navigation

commenttags Build Status

Find TODO, FIXME, HACK, UNDONE and XXX comment tags at your files.

Goal

Fast and easy to distribute (binary) tool. No language like node.js or ruby required for running the tool.

Installation

Install the commandline interface by running

go get github.com/paulvollmer/commenttags/cmd/commenttags

Usage

To find all tags at one file, simple run...

commenttags yourfile.ext

If you want to print the result as pretty formatted json, run...

commenttags -f json-pretty yourFile.ext

To write a json file...

commenttags -f json -w yourReport.json yourFile.ext

About

find TODO, FIXME and XXX commenttags at your files.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published