jonschlinkert / parse-gitignoreLinks
Parse a gitignore file into an array of patterns. Comments and empty lines are stripped.
☆65Updated 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 3 years ago
- Get the set npm registry URL☆57Updated 9 months ago
- Convert a value to an array☆133Updated 4 years ago
- Sort the keys of an object☆108Updated 5 months ago
- Check if a value is a plain object☆104Updated last year
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Split a string on a given character or characters, with support for escaping.☆60Updated 3 years ago
- A static list of the Node.js builtin modules from the latest Node.js version☆125Updated 4 months ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 4 months ago
- Check whether a request can be retried based on the `error.code`☆82Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆63Updated 11 months ago
- Import a module like with `require()` but from the current working directory☆54Updated 3 years ago
- Import a globally installed module☆59Updated 2 years ago
- Start a promise chain☆60Updated 4 months ago
- Get the auth token set for an npm registry☆34Updated 2 weeks ago
- Copy files using glob patterns. Sync, async, promise or streams. (node.js utility)☆93Updated 3 years ago
- Resolve the path of a module like require.resolve() but from a given path☆144Updated 5 years ago
- Recursively read a directory☆63Updated 8 years ago
- Parse the things that can be arguments to `npm install`☆134Updated 2 months ago
- Wordwrap a string with ANSI escape codes☆131Updated 5 months ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 7 years ago
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- 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
- Strip leading whitespace from each line in a string☆145Updated 3 months ago
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆99Updated 2 years ago
- Indent each line in a string☆115Updated 3 years ago
- programmatic npm API☆110Updated 4 years ago
- normalizes package metadata, typically found in package.json file.☆204Updated 2 weeks ago
- Copy a file☆123Updated 5 months ago
- Parse `.git/config` into a JavaScript object. sync or async.☆62Updated 7 years ago