0.1.4 • Published 10 days ago

lnpx v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 days ago

lnpx

npx for local npm package binaries (also search parent folders)

Why?

  • npx only searches for latest node_modules folder. But my case is that the binary exists on another upper node_modules folder, structure as:
    • root
      • node_modules
        • .bin/foo
      • sub-folder
        • node_modules
        • sub2 (The folder where bin "foo" wants to be executed.)

The lnpx will search both sub-folder/node_modules and root/node_modules and any other parent folders, and also the global npm bin folder.

0.1.4

10 days ago

0.1.3

10 days ago

0.1.2

3 years ago

0.1.1

5 years ago

0.1.0

5 years ago