1.0.4 • Published 2 years ago

nv-facutil-find-pkg-install-dir v1.0.4

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

nv-facutil-find-pkg-install-dir

  • find install-dir of required-package
  • only work in nodejs

install

  • npm install nv-facutil-find-pkg-install-dir

splitted

usage

  const x   = require("nv-facutil-find-pkg-install-dir");

example

> x("nv-path-basic")
'mnt/sda3/NV6-/nvfac/pkgs/nv-facutil-find-pkg-install-dir/node_modules/nv-path-basic'
> x("@angular-devkit/core")
'mnt/sda3/NV6-/nvfac/pkgs/nv-facutil-find-pkg-install-dir/node_modules/@angular-devkit/core'
> 

METHODS

APIS

LICENSE

  • ISC