1.2.3 • Published 10 years ago
source-notes v1.2.3
source-notes
Search files or directories for TODO, FIXME, OPTIMI(S|Z)E, or
custom annotations.
Current file types included in the search are
*.js*.coffee*.iced*.styl*.jade
Example
To run source-notes on any files located recursively within test/:
source-notes testyielding:

Usage
Usage: source-notes [options] <target>
Search files or directories for TODO, FIXME, OPTIMI(S|Z)E, or custom
annotations.
Options:
[target] File or directory to search (defaults to cwd)
-h, --help Output usage information
-v, --version Show version number
-a, --annotation Search for specific annotation type(s) as a
singular or comma-separated valueInstallation
With npm do:
npm install -g source-notesLicense
MIT, see LICENSE for details.

