1.0.3 • Published 6 years ago

jsfinder v1.0.3

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

Find JS Words

Features

Search for the specified string outside the comment // or /* */ in the js file

Installation

npm i jsfinder -g

Usage

Usage: jsfinder [options]

Options:
  -V, --version        output the version number
  -s, --source [src]   specify source dir relative path, defaults to ./src (default: "./src")
  -r, --rule [rule]    specify match rule, string or regex, defaults to [\u4e00-\u9fa5]+)
  -m, --print-matches  only print match words
  -h, --help           output usage information
$ jsfinder
测试字符串(/Users/maoshuchen/Documents/dev/data/test/src/app/index.js:4:4)

License

MIT

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago