Skip to content

Commit 8b59a2f

Browse files
committed
📝
1 parent d59992e commit 8b59a2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![git-url-parse](http://i.imgur.com/HlfMsVf.png)](#)
22

3-
# git-url-parse [![PayPal](https://img.shields.io/badge/%24-paypal-f39c12.svg)][paypal-donations] [![Travis](https://img.shields.io/travis/IonicaBizau/node-git-url-parse.svg)](https://travis-ci.org/IonicaBizau/node-git-url-parse/) [![Version](https://img.shields.io/npm/v/git-url-parse.svg)](https://www.npmjs.com/package/git-url-parse) [![Downloads](https://img.shields.io/npm/dt/git-url-parse.svg)](https://www.npmjs.com/package/git-url-parse) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github)
3+
# git-url-parse [![PayPal](https://img.shields.io/badge/%24-paypal-f39c12.svg)][paypal-donations] [![Travis](https://img.shields.io/travis/IonicaBizau/git-url-parse.svg)](https://travis-ci.org/IonicaBizau/git-url-parse/) [![Version](https://img.shields.io/npm/v/git-url-parse.svg)](https://www.npmjs.com/package/git-url-parse) [![Downloads](https://img.shields.io/npm/dt/git-url-parse.svg)](https://www.npmjs.com/package/git-url-parse) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github)
44

55
> A high level git url parser for common git providers.
66
@@ -82,6 +82,7 @@ Parses a Git url.
8282
- `source` (String): The Git provider (e.g. `"github.com"`).
8383
- `owner` (String): The repository owner.
8484
- `name` (String): The repository name.
85+
- `full_name` (String): The owner and name values in the `owner/name` format.
8586
- `toString` (Function): A function to stringify the parsed url into another url type.
8687
- `organization` (String): The organization the owner belongs to. This is CloudForge specific.
8788

0 commit comments

Comments
 (0)