node-which
Path resolver
Finds the first instance of an executable in the system's PATH environment variable
Like which(1) unix command. Find the first instance of an executable in the PATH.
329 stars
27 watching
48 forks
Language: JavaScript
last commit: about 2 months ago
Linked from 1 awesome list
npm-cli
Related projects:
Repository | Description | Stars |
---|---|---|
ehmicky/preferred-node-version | Determines the preferred version of Node.js from various locations | 11 |
miketamis/babel-plugin-hash-resolve | Solves the issue of resolving relative paths in JavaScript imports | 7 |
sindresorhus/npm-run-path | Prepends a user's PATH with local binaries | 104 |
ehmicky/node-version-alias | Resolves Node.js version aliases to their corresponding 'major.minor.patch' versions. | 15 |
timoxley/npm-run | A tool that allows running locally installed node module executables from the command-line. | 185 |
ehmicky/nvexeca | A Node.js library and CLI tool for executing commands with a specific Node version | 42 |
sindresorhus/npm-name-cli | Checks package or organization name availability on npm | 285 |
ehmicky/get-node | Downloads and installs specific versions of Node.js | 20 |
chenxch/vite-plugin-dynamic-base | Resolves dynamic public path for resource files in web applications | 71 |
local-npm/local-npm | A local npm registry mirror that caches and updates packages to speed up installations | 1,160 |
sindresorhus/pkg-dir | Finds the root directory of a Node.js project or npm package | 235 |
workshopper/how-to-npm | An interactive tutorial for learning how to manage dependencies in Node.js projects | 1,121 |
sindresorhus/latest-version-cli | A tool to find the latest version of an npm package | 53 |
orienteerbap/jnpm | A Java API to interact with the Node Package Manager (NPM) ecosystem | 20 |
ehmicky/all-node-versions | Lists all available Node.js versions and related information. | 11 |