An open API service indexing awesome lists of open source software.

https://github.com/ferd/rebar3_todo

A rebar3 plugin that scans source code for TODO notes
https://github.com/ferd/rebar3_todo

Last synced: 19 days ago
JSON representation

A rebar3 plugin that scans source code for TODO notes

Awesome Lists containing this project

README

        

rebar3\_todo
=====

A plugin to detect TODOs left in comments

Use
---

Add the plugin to your rebar config:

{plugins, [
{rebar3_todo, {git, "https://github.com/ferd/rebar3_todo.git", {branch, "master"}}}
]}.

Then just call your plugin directly in an existing application:

$ rebar3 todo