git-url-parse
Advanced tools
Comparing version 6.0.1 to 6.0.2
{ | ||
"name": "git-url-parse", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "A high level git url parser for common git providers.", | ||
@@ -39,3 +39,14 @@ "main": "dist/index.js", | ||
"tester": "^1.3.1" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"bin/", | ||
"app/", | ||
"lib/", | ||
"dist/", | ||
"src/", | ||
"resources/", | ||
"menu/", | ||
"cli.js", | ||
"index.js" | ||
] | ||
} |
@@ -0,1 +1,2 @@ | ||
[![git-url-parse](http://i.imgur.com/HlfMsVf.png)](#) | ||
@@ -7,3 +8,3 @@ | ||
## Installation | ||
## :cloud: Installation | ||
@@ -14,4 +15,7 @@ ```sh | ||
## Example | ||
## :clipboard: Example | ||
```js | ||
@@ -64,4 +68,5 @@ // Dependencies | ||
## Documentation | ||
## :memo: Documentation | ||
### `gitUrlParse(url)` | ||
@@ -102,26 +107,28 @@ Parses a Git url. | ||
## How to contribute | ||
## :yum: How to contribute | ||
Have an idea? Found a bug? See [how to contribute][contributing]. | ||
## Where is this library used? | ||
## :dizzy: Where is this library used? | ||
If you are using this library in one of your projects, add it in this list. :sparkles: | ||
- [`git-issues`](https://github.com/softwarescales/git-issues) by Gabriel Petrovay | ||
- [`git-source`](https://github.com/IonicaBizau/git-source#readme) | ||
- [`autorelease-setup`](https://github.com/tyler-johnson/autorelease-setup#readme) (by Tyler Johnson)—A CLI tool for setting up a repository with autorelease. | ||
- [`documentation`](https://github.com/documentationjs/documentation#readme) (by Tom MacWright)—a documentation generator | ||
- [`download-repo-cli`](https://github.com/egoist/download-repo-cli#readme) (by EGOIST)—CLI tool to download GitHub repo. | ||
- [`generator-nm-bti`](https://gitlab.com/beneaththeink/generator-nm-bti#README) (by Tyler Johnson)—Scaffold out a node module, Beneath the Ink style. | ||
- [`git-issues`](https://github.com/softwarescales/git-issues) (by Gabriel Petrovay)—Git issues extension to list issues of a Git project | ||
- [`git-source`](https://github.com/IonicaBizau/git-source#readme)—Parse and stringify git urls in a friendly way. | ||
- [`github-publish-npm`](https://github.com/ofersadgat/github-publish-npm) (by Ofer Sadgat)—This will upload publish npm assets to the GitHub Releases API. | ||
- [`gtni`](https://nmrony.github.io/gtni) (by Nur Mohammed Rony)—Install your all npm dependencies recursively with gtni while you are doing git clone, fetch or pull | ||
- [`nodeschool-admin`](https://github.com/nodeschool/admin#readme) (by Martin Heidegger)—CLI tool for setting up and maintaining a nodeschool chapters and other things. | ||
- [`ogh`](https://github.com/egoist/ogh#readme) (by EGOIST)—Open GitHub Page of your repo directly in Terminal. | ||
- [`pr-log`](https://github.com/lo1tuma/pr-log#readme) (by Mathias Schreck)—Changelog generator based on GitHub Pull Requests | ||
- [`smart-clone`](https://github.com/ethernetdan/smart-clone#readme)—Clone a directory into a Golang style directory structure | ||
- [`ssh-remote`](https://github.com/IonicaBizau/ssh-remote)—Automagically switch on the SSH remote url in a Git repository. | ||
- [`strapper`](https://npmjs.com/package/strapper) (by Sam Newman)—Coming Soon | ||
- [`github-publish-npm`](https://github.com/ofersadgat/github-publish-npm) by Ofer Sadgat | ||
## :scroll: License | ||
- [`gtni`](https://nmrony.github.io/gtni) by Nur Mohammed Rony | ||
- [`nodeschool-admin`](https://github.com/nodeschool/admin#readme) by Martin Heidegger | ||
- [`ogh`](https://github.com/egoist/ogh#readme) by EGOIST | ||
- [`ssh-remote`](https://github.com/IonicaBizau/ssh-remote) | ||
- [`strapper`](https://npmjs.com/package/strapper) by Sam Newman | ||
## License | ||
[MIT][license] © [Ionică Bizău][website] | ||
@@ -135,2 +142,2 @@ | ||
[contributing]: /CONTRIBUTING.md | ||
[docs]: /DOCUMENTATION.md | ||
[docs]: /DOCUMENTATION.md |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
139
14920
5
92