jonschlinkert / parse-github-url
Parse a Github URL into an object. Supports a wide variety of GitHub URL formats.
☆122Updated 6 months ago
Alternatives and similar repositories for parse-github-url:
Users that are interested in parse-github-url are comparing it to the libraries listed below
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated last year
- Lazy number range generator☆81Updated last year
- Get environment variables from the shell☆80Updated 3 years ago
- Parse `.git/config` into a JavaScript object. sync or async.☆61Updated 6 years ago
- Resolve the path of a module like require.resolve() but from a given path☆140Updated 4 years ago
- Indent each line in a string☆113Updated 2 years ago
- Find the closest package.json file☆162Updated last year
- Disable or enable VS Code's built-in snippets and manually installed snippets from extensions.☆42Updated 4 years ago
- Get the directory of globally installed packages and binaries☆75Updated last year
- A high level git url parser for common git providers.☆187Updated this week
- List of SPDX licenses☆89Updated 11 months ago
- Truncate a string to a specific width in the terminal☆86Updated last year
- Check if your package was installed globally☆70Updated last year
- Check if your code is running as an npm or yarn script☆64Updated 3 years ago
- Make directories and their parents if needed - Like `mkdir -p`, but cross-platform☆125Updated 9 months ago
- Get the real path of the system temp directory☆83Updated 2 years ago
- Read a package.json file☆166Updated last year
- Strip leading whitespace from each line in a string☆136Updated 3 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`☆142Updated last year
- Get the auth token set for an npm registry☆35Updated last week
- Import a module like with `require()` but from a given path☆85Updated 2 years ago
- A static list of the Node.js builtin modules from the latest Node.js version☆120Updated 9 months ago
- Write data to a random temporary file☆105Updated 6 months ago
- Run prettier formatter with rollup☆62Updated this week
- User-friendly glob matching CLI☆75Updated 6 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆68Updated 3 years ago
- node module to check if a command-line command exists☆144Updated 2 years ago
- Check when the DOM has loaded like `DOMContentLoaded`☆109Updated 5 months ago
- 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…☆91Updated 2 years ago