jonschlinkert / parse-gitignore
Parse a gitignore file into an array of patterns. Comments and empty lines are stripped.
☆64Updated last year
Alternatives and similar repositories for parse-gitignore:
Users that are interested in parse-gitignore are comparing it to the libraries listed below
- Detect the dominant newline character of a string☆55Updated last year
- Get the set npm registry URL☆54Updated this week
- Require global npm as a local node module.☆32Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆59Updated last month
- Get the directory of globally installed packages and binaries☆75Updated last year
- Write a package.json file☆88Updated 8 months ago
- Find the closest package.json file☆162Updated last year
- Parse `.git/config` into a JavaScript object. sync or async.☆61Updated 6 years ago
- Import a globally installed module☆58Updated last year
- Convert a value to an array☆129Updated 3 years ago
- Start a promise chain☆58Updated 3 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆68Updated 3 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 9 months ago
- Get the auth token set for an npm registry☆35Updated 2 months ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆68Updated 4 years ago
- Detects if a file is binary in Node.js. Similar to Perl's -B☆165Updated 5 months ago
- Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.☆62Updated last week
- Ponyfill for Error#captureStackTrace☆61Updated 2 years ago
- Resolves the full path to the bin file of a given package by inspecting the \"bin\" field in its package.json.☆30Updated 2 years ago
- Regular expression for matching reserved filename characters☆50Updated 2 years ago
- Sort the keys of an object☆102Updated 7 months ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆93Updated 2 years ago
- Easily handle defaults for your options☆74Updated last year
- 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…☆92Updated 2 years ago
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆98Updated last year
- Create a Vinyl file from an actual file☆41Updated 2 years ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆66Updated last month
- Copy files using glob patterns. Sync, async, promise or streams. (node.js utility)☆94Updated 3 years ago
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆110Updated 2 years ago
- Check if your package was installed globally☆70Updated last year