jonschlinkert / get-repository-url
Get the GitHub repository URL from a NPM package name.
☆21Updated 6 years ago
Alternatives and similar repositories for get-repository-url
Users that are interested in get-repository-url are comparing it to the libraries listed below
Sorting:
- Split a string at one or more indices☆23Updated 4 years ago
- Use as a sub-generator or plugin in your generator to create a package.json for a project. Or install globally and run with Generate's CL…☆18Updated 3 years ago
- Scaffold out complete code projects from the command line by installing this generator globally, or use this generator as a plugin in oth…☆11Updated 7 years ago
- Get the repository name from the git remote origin URL☆23Updated last year
- Generate a CODE_OF_CONDUCT.md file for a project (Contributor Covenant Code of Conduct). Use from the command line when Generate's CLI is…☆8Updated 8 years ago
- Find the root directory of a Node.js project or npm package☆25Updated last year
- Convert matching single-quotes to double-quotes: `I 'love' unicorns` → `I "love" unicorns`☆22Updated 2 years ago
- Check if a filepath is a Markdown file☆20Updated 4 years ago
- Regular expression for matching punctuation characters.☆10Updated 7 years ago
- clean up licenses from package.json files and the npm registry☆14Updated 10 years ago
- Generate generator to create a new repository on GitHub.☆11Updated 8 years ago
- Modify the values of an object☆27Updated 3 years ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Updated 4 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated 4 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Exclude certain items from an array☆20Updated 3 years ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Parse a GitHub URL for user/project@version☆30Updated 6 years ago
- Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).☆18Updated 3 months ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 2 years ago
- Check if a value is a function☆27Updated 4 years ago
- Operating systems commonly add a trailing increment, or the word 'copy', or something similar to duplicate files. This strips those incre…☆10Updated 5 years ago
- Parse/stringify contact info like `Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)`☆34Updated 3 years ago
- Build an array of key paths from an object.☆17Updated 6 years ago
- Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`☆55Updated 2 years ago
- Alternative to Lo-Dash template with support for helpers.☆17Updated 5 years ago
- Map `visit` over an array of objects.☆17Updated 2 years ago
- A list of directories you should ignore by default☆23Updated 3 years ago
- Create ansi colors by passing open and close codes.☆19Updated last year
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year