1.1.1 • Published 6 years ago

track-tasks v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

Alt Text

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.

License

MIT