Skip to content

A tool that collects TODOs from the source code and reports them as Issues.

License

Notifications You must be signed in to change notification settings

burning-eggs/Fallout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fallout

A tool that collects TODOs from the source code and reports them as github issues.

TODO Format

Unreported TODO

// TODO: Rewrite this in <language>

Reported TODO

// TODO(#42): Rewrite this in <language>

Usage

$ go run main.go list     # lists all TODOs in the current directory
$ go run main.go report   # report all unreported TODOs in current directory

Github Credentials File

~/.fallout/config.ini

About

A tool that collects TODOs from the source code and reports them as Issues.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages