jonschlinkert / parse-gitignoreLinks
Parse a gitignore file into an array of patterns. Comments and empty lines are stripped.
☆64Updated 2 years ago
Alternatives and similar repositories for parse-gitignore
Users that are interested in parse-gitignore are comparing it to the libraries listed below
Sorting:
- 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…☆95Updated 2 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Sort the keys of an object☆105Updated 2 months ago
- Get the set npm registry URL☆56Updated 6 months ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 8 months ago
- A static list of the Node.js builtin modules from the latest Node.js version☆124Updated last month
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated last month
- Find the closest package.json file☆165Updated 4 months ago
- Convert a value to an array☆131Updated 3 years ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Import a module like with `require()` but from the current working directory☆53Updated 3 years ago
- Copy files using glob patterns. Sync, async, promise or streams. (node.js utility)☆94Updated 3 years ago
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆98Updated last year
- normalizes package metadata, typically found in package.json file.☆203Updated last week
- Check if a value is a plain object☆103Updated last year
- Detects if a file is binary in Node.js. Similar to Perl's -B☆167Updated last week
- Resolves the full path to the bin file of a given package by inspecting the \"bin\" field in its package.json.☆30Updated 3 years ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- The score badge service for https://npms.io☆35Updated 7 years ago
- Start a promise chain☆60Updated last month
- A list of directories you should ignore by default☆23Updated 3 years ago
- Nodejs cp -R☆80Updated 4 years ago
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆111Updated 3 years ago
- Split a string on a given character or characters, with support for escaping.☆60Updated 3 years ago
- Regular expression for matching reserved filename characters☆50Updated last month
- Import a globally installed module☆57Updated last year
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆95Updated 3 years ago
- Resolve the path of a module like require.resolve() but from a given path☆143Updated 4 years ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 7 months ago