1.2.3 • Published 10 years ago

source-notes v1.2.3

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

source-notes

npm
npm version
travis
stable

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 test

yielding:

source-notes screenshot

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 value

Installation

With npm do:

npm install -g source-notes

License

MIT, see LICENSE for details.

1.2.3

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago