rcorp / standard-project-structure

A mission to improve developer productivity. Automate Everything ™ !
Apache License 2.0
5 stars 3 forks source link

Parse and Notify TODOs in code. #32

Open gaurav21r opened 7 years ago

gaurav21r commented 7 years ago

We need a way to parse Code comments in a repo for @TODO or //todo and show them in the console / list them in a file.

If there isn't one already available I think we can easily use a Code Comment parser like jsdoc.

Maybe in future we can auto create GitHUB issues from thse TODOs?