jonschlinkert / parse-github-urlLinks
Parse a Github URL into an object. Supports a wide variety of GitHub URL formats.
☆125Updated last year
Alternatives and similar repositories for parse-github-url
Users that are interested in parse-github-url are comparing it to the libraries listed below
Sorting:
- A static list of the Node.js builtin modules from the latest Node.js version☆124Updated 6 months ago
- Strip leading whitespace from each line in a string☆137Updated 3 years ago
- Find the closest package.json file☆165Updated 3 months ago
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆145Updated 2 years ago
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated 2 years ago
- Sort the keys of an object☆104Updated 3 weeks 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…☆95Updated 2 years ago
- Truncate a string to a specific width in the terminal☆87Updated 2 weeks ago
- normalizes package metadata, typically found in package.json file.☆203Updated last month
- Reverse minimist. Convert an object of options into an array of command-line arguments☆184Updated 2 years ago
- Check if a value is a plain object☆102Updated last year
- Resolve the path of a module like require.resolve() but from a given path☆143Updated 4 years ago
- Check if your code is running as an npm or yarn script☆65Updated this week
- Indent each line in a string☆113Updated 3 years ago
- Detect the indentation of code☆197Updated last year
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 4 years ago
- Filter object keys and values into a new object☆104Updated last year
- Get the path of the caller module☆65Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 6 months ago
- Get the path of the parent module☆78Updated last year
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Create a lazily evaluated value☆69Updated 4 years ago
- Lazy number range generator