## Usage ```js var isGitUrl = require('{%= name %}'); isGitUrl('git://github.com/jonschlinkert/is-git-url.git'); //=> true isGitUrl('https://github.com/jonschlinkert/'); //=> false ``` Edit on [debuggex](https://www.debuggex.com/r/WeYxcD7Ghp5ekrPR/0#cheatsheet) ![image](https://cloud.githubusercontent.com/assets/383994/2627089/bd37da5c-bdf9-11e3-9c26-d2b02f46bc24.png) See for more info.