nv-cli-find-bdlit
v1.0.5
Published
nv-cli-find-bdlit ===================== - cli-tool - find bigdemical literal name in js/ts/json - this use RegExp + parser, so its slow IF too many files in path-dir, such as node\_modules
Downloads
6
Readme
nv-cli-find-bdlit
- cli-tool
- find bigdemical literal name in js/ts/json
- this use RegExp + parser, so its slow IF too many files in path-dir, such as node_modules
install
- npm install nv-cli-find-bdlit -g
usage
Usage: nv_find_bdlit [options]
Options:
-p, --path path to search ,default ./
-g, --ge >= default is -Infinity
-l, --lt < default is +Infinity
-r, --rgx regex pattern, default /.*/
-u, --suffixes default js ts json
-h, --help usage
example
nv-cli-find-bdlit# nv_cli_find_bdlit -p "./TEST"
/mnt/sdb/NV5/NV5_/nvcli-/pkgs/JSCODING/nv-cli-find-bdlit/TEST/tst.js
Position { line: 1, column: 8 } Position { line: 1, column: 12 }
a = 555
==================
/mnt/sdb/NV5/NV5_/nvcli-/pkgs/JSCODING/nv-cli-find-bdlit/TEST/tst.js
Position { line: 4, column: 11 } Position { line: 4, column: 15 }
return 666;
==================
LICENSE
- ISC