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
- Sort the keys of an object☆107Updated 3 months ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 2 months ago
- Check whether a request can be retried based on the `error.code`☆82Updated 3 years ago
- Check if a value is a plain object☆103Updated last year
- Convert a value to an array☆132Updated 4 years ago
- Get the set npm registry URL☆57Updated 7 months ago
- Get the auth token set for an npm registry☆34Updated 3 weeks ago
- Get the directory of globally installed packages and binaries☆77Updated 2 years ago
- Parse `.git/config` into a JavaScript object. sync or async.☆62Updated 7 years ago
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆98Updated last year
- Check if a string matches the name of a Node.js builtin module☆62Updated 9 months ago
- Simple RFC 6838 media type parser and formatter☆56Updated last week
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Import a globally installed module☆58Updated last year
- Copy files using glob patterns. Sync, async, promise or streams. (node.js utility)☆94Updated 3 years ago
- A static list of the Node.js builtin modules from the latest Node.js version☆125Updated 2 months ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆96Updated 3 years ago
- Require global npm as a local node module.☆32Updated 3 years ago
- Regular expression for matching reserved filename characters☆52Updated 2 months ago
- Find the closest package.json file☆166Updated 6 months ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆70Updated 4 years ago
- Detect the indentation of code☆200Updated 2 months ago
- Nodejs cp -R☆80Updated 4 years ago
- programmatic npm API☆111Updated 4 years ago
- Detects if a file is binary in Node.js. Similar to Perl's -B☆167Updated last week
- Toggle the CLI cursor☆113Updated last year
- normalizes package metadata, typically found in package.json file.☆203Updated 2 weeks ago
- Wordwrap a string with ANSI escape codes☆130Updated 3 months ago