1.0.3 • Published 5 years ago

jsfinder v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago