jonschlinkert / fs-utils
Generalized file and path utils for Node.js projects.
☆35Updated 5 years ago
Alternatives and similar repositories for fs-utils
Users that are interested in fs-utils are comparing it to the libraries listed below
Sorting:
- Run programs with glob/globstar support, especially on Windows within npm scripts.☆21Updated last year
- Convert matching single-quotes to double-quotes: `I 'love' unicorns` → `I "love" unicorns`☆22Updated 2 years ago
- Simple cache config handling for your app or module☆21Updated 7 years ago
- Parse a `git log` output of a repository into an object with useful commit data. Supports plugins, streaming, promises and callback APIs.☆12Updated 2 years ago
- Convert a Source Map object to a comment☆15Updated 3 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 2 years ago
- Check if a value is a Blob☆22Updated last year
- Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz☆19Updated 2 years ago
- Get the real size of an <img>, <video>, or <canvas> in the browser.☆12Updated 5 years ago
- Split a string at one or more indices☆23Updated 4 years ago
- Write your configuration files for node.js in yaml☆23Updated 3 years ago
- Alternative to Lo-Dash template with support for helpers.☆17Updated 5 years ago
- Build an array of key paths from an object.☆17Updated 6 years ago
- Resolve the path of a globally installed module☆41Updated last year
- Password input component for Ink☆16Updated 6 years ago
- Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`☆55Updated 2 years ago
- Check if a file is executable☆30Updated 6 years ago
- Control the AnyBar app☆33Updated 4 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Get the avatar of a GitHub user☆21Updated 3 years ago
- ☆62Updated 4 years ago
- Truncate a semver version: 1.2.3 → 1.2.0☆17Updated 2 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆18Updated last year
- Move around lines in a string☆10Updated 8 years ago
- Get the repository name from the git remote origin URL☆23Updated last year
- Check if a number is in a given range☆21Updated 4 years ago
- Convert matching double-quotes to single-quotes: I "love" unicorns → I 'love' unicorns☆26Updated 4 years ago
- Check if a path is the current working directory☆19Updated last week
- Client-side JS code coverage using PhantomJS, Mocha and Blanket☆23Updated 11 years ago