npm / bin-linksLinks
.bin/ script linker
☆25Updated last week
Alternatives and similar repositories for bin-links
Users that are interested in bin-links are comparing it to the libraries listed below
Sorting:
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated last year
- Extract the non-magic parent path from a glob string.☆80Updated last year
- Make changes to your npmjs.com profile via cli or library☆37Updated last week
- Get the auth token set for an npm registry☆34Updated 3 months ago
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆59Updated 3 years ago
- Give me a string and I'll tell you if it's a valid npm package license string☆27Updated 4 years ago
- Constants and utilities about visitor keys to traverse AST.☆43Updated last year
- npm lifecycle script runner☆36Updated 4 years ago
- contains checks that npm runs during the installation☆28Updated last week
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆96Updated 2 years ago
- Modern Buffer API polyfill without footguns☆27Updated 4 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- A module which will endeavor to guess your terminal's level of color support.☆23Updated 7 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated last year
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Get the npm global path prefix. Same code used internally by npm.