{
    "description": "parse git url", 
    "keywords": [
        "git", 
        "url"
    ], 
    "name": "git-url-fullname", 
    "readme": "<p align=\"center\">\n\t<b>parse git url</b>\n</p>\n\n#### Install\n\n`npm install -g git-url-fullname`\n\n#### Features\n\n*\t**github**, **bitbucket**, **github** urls\n*\t**ssh**, **https** urls\n\n#### Usage\n\n```shell\nusage: git-url-fullname url\n```\n\n#### Example\n\n```shell\n$ git-url-fullname git@github.com:owner/repo.git\nowner/repo\n\n$ git-url-fullname git@gitlab.com:owner/repo.git\nowner/repo\n\n$ git-url-fullname ssh://hg@bitbucket.org/owner/repo\nowner/repo\n\n```\n\nSources:\n*\t[scripts/git-url-fullname](https://github.com/russianidiot/git-url-fullname.sh.cli/blob/master/scripts/git-url-fullname)\n\nFeedback\n[![GitHub issues](https://img.shields.io/github/issues/russianidiot/git-url-fullname.sh.cli.svg)](https://github.com/russianidiot/git-url-fullname.sh.cli/issues)\n[![Join the chat at https://gitter.im/russianidiot/git-url-fullname.sh.cli](https://badges.gitter.im/russianidiot/git-url-fullname.sh.cli.svg)](https://gitter.im/russianidiot/git-url-fullname.sh.cli)\n[![GitHub followers](https://img.shields.io/github/followers/russianidiot.svg?style=social&label=Follow)](https://github.com/russianidiot)\n\n* * *\n\n<p align=\"center\">\n\tcli packages <a href=\"http://russianidiot.github.io/python/\">russianidiot.github.io/cli/</a>\n<img src=\"http://russianidiot.github.io/images/cli/16.png\" />\n</p>\n\n<p align=\"center\">\n\trepos list <a href=\"http://russianidiot.github.io/\">russianidiot.github.io</a> <img src=\"http://russianidiot.github.io/images/star/16.png\" />\n</p>\n\n<p align=\"center\">\n\t<a href=\"https://raw.githubusercontent.com/russianidiot/git-url-fullname.sh.cli/master/.README/nodejs.com/README.md\">README.md</a> generated with <a href=\"https://github.com/russianidiot/readme-mako.py\">readmemako.py</a> (python+<a href=\"http://www.makotemplates.org/\">mako</a> templates) and <a href=\"https://github.com/russianidiot-dotfiles/.README\">.README</a> dotfiles \n<img src=\"http://russianidiot.github.io/images/book/16.png\">\n</p>", 
    "repository": {
        "bugs": [
            "https://github.com/russianidiot/git-url-fullname.sh.cli/issues"
        ], 
        "type": "git", 
        "url": "https://github.com/russianidiot/git-url-fullname.sh.cli"
    }, 
    "version": "0.0.2"
}
