pattern-detector

0.1.10 • Public • Published

Scan files to find whether certain text pattern exists.

Installation

npm install -g pattern-detector

Usage

 
Options:
 
  -d, --directory [directory path]     root directory to search from, defaults to pwd
  -p, --pattern [text pattern]         text pattern to find
  -e, --exclusion [exclusion pattern]  exclusive file pattern
  -v, --verbose                        verbose output

Example

Find whether require() is called in the current working direcotry, ignoring certain files:

detect -p 'require(.+)' -e 'node_modules|.git|README'

The output will be:

./bin/detector.js line 3
./bin/detector.js line 4
./bin/detector.js line 5

Readme

Keywords

Package Sidebar

Install

npm i pattern-detector

Weekly Downloads

0

Version

0.1.10

License

MIT

Last publish

Collaborators

  • ltebean