mccormicka / string-argv
☆58Updated 2 years ago
Alternatives and similar repositories for string-argv:
Users that are interested in string-argv are comparing it to the libraries listed below
- Resolve the path of a module like `require.resolve()` but from the current working directory☆68Updated 4 years ago
- Resolve and require local & global modules in node.js like a boss☆45Updated 3 years ago
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆110Updated 2 years ago
- Require global npm as a local node module.☆32Updated 3 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆68Updated 4 years ago
- when you want to fire an event no matter how a process exits.☆191Updated last year
- Indent each line in a string☆113Updated 2 years ago
- Create and parse HTTP Content-Type header☆136Updated 9 months ago
- Check if something is a Node.js stream☆111Updated 6 months ago
- recursively find the closest package.json☆48Updated 2 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Get a random temporary file path☆80Updated 2 years ago
- [OBSOLUTE] Concatenate a readable stream's data into a single array.☆101Updated 8 months ago
- Edit a string with the users preferred text editor using $VISUAL or $EDITOR☆44Updated 2 years ago
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆98Updated last year
- Environment agnostic nextTick polyfill☆75Updated 3 years ago
- Polyfill/shim for util.promisify in node versions < v8☆127Updated 4 months ago
- Get the auth token set for an npm registry☆35Updated 3 months ago
- Make your own nested errors☆68Updated last year
- Offers convenient getters and setters for the fs.stat()'s `mode`☆50Updated 5 years ago
- Strip leading whitespace from each line in a string☆137Updated 3 years ago
- Wait for any promise to be fulfilled☆54Updated 2 years ago
- Find the closest package.json file☆163Updated last year
- Spawn commands like `child_process.exec` does but return a `ChildProcess`.☆47Updated 7 months ago
- Get the arguments of a function, arrow function, generator function, async function☆52Updated last year
- Check if a value is a plain object☆102Updated last year
- Start a promise chain☆58Updated 3 years ago
- Read a chunk from a file☆122Updated 10 months ago
- Evaluate node require() module content directly☆94Updated 3 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…☆93Updated 2 years ago