track-tasks
v1.1.1
Published
a CLI app where it will display all the files , in recursive way, which includes special commented text - TODO and FIXME
Downloads
3
Readme
track-tasks
A command line tool where it will display all the files , in recursive way, that includes special commented text - TODO and FIXME. It uses Glob Pattern to match files.
Note: You need to have installed Node 6+.
Install
npm install track-tasks --global
Usage
TODO
Displaying the TODO tasks
tasks todo [glob pattern]
FIXME
Displaying the FIXME tasks
tasks fixme [glob pattern]
Changelog
This project adheres to Semantic Versioning. Every release, along with the migration instructions, is documented on the Github Releases page.