0.0.6 • Published 2 years ago

nv-cli-find-blit v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

nv-cli-find-blit

  • cli-tool
  • find str 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-blit -g

usage

    Usage: nv_find_blit [options]
    Options:
        -p, --path            path to search ,default ./
        -t, --true            only true
        -f, --false           only false
        -u, --suffixes        default js ts json
        -h, --help            usage

example

    nv-cli-find-blit# nv_find_blit 
    /mnt/sdb/NV5/NV5_/nvcli-/pkgs/JSCODING/nv-cli-find-blit/cli.js
    Position { line: 50, column: 25 } Position { line: 50, column: 29 }
        value => true "
    ==================
    /mnt/sdb/NV5/NV5_/nvcli-/pkgs/JSCODING/nv-cli-find-blit/index.js
    Position { line: 36, column: 33 } Position { line: 36, column: 38 }
        agen_dig_softlink(p, false ")
    ==================
    /mnt/sdb/NV5/NV5_/nvcli-/pkgs/JSCODING/nv-cli-find-blit/node_modules/.package-lock.json
    Position { line: 5, column: 14 } Position { line: 5, column: 18 }
        "requires": true "
     
      

LICENSE

  • ISC