1.1.1 • Published 3 years ago

felixx v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

FELIX

A command-line tool to gather all your todos in a single file

NPM


Felix traverses through files and parses your TODO comments.

USAGE

commanddescription
felixparse todos in the current directory
felix -p, --path parse todos in the specified path
felix -v, --versionget the version number
felix -h, --helpget help
felix -op, --output-path output to the specified path

Felix can parse C-like comments and Python comments.

  • Case-insensitive
  • Any number of spaces between // (or #) and TODO (or todo).