Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 433 Bytes

.verb.md

File metadata and controls

17 lines (11 loc) · 433 Bytes

Usage

var isGitUrl = require('{%= name %}');

isGitUrl('git://github.com/jonschlinkert/is-git-url.git');
//=> true

isGitUrl('https://github.com/jonschlinkert/');
//=> false

Edit on debuggex

image

See http://git-scm.com/book/ch4-1.html for more info.