is-github-url

v1.2.1
Check if a passed string is a valid GitHub URL
gh github git valid url string

test

mocha --reporter nyan

tdd

npm test -- --watch

hello

echo "Hello $(node node_modules/jop/bin/main package.json --prop version | xargs)"

release

npm version ${BUMP:-"patch"} --no-git-tag-version && git add package.json && git commit -m ":octocat: Bump to $(cat package.json | jq -r .version)" && git tag $(cat package.json | jq -r .version) && git push && git push --tags && npm publish

Metadata

  • MIT
  • >=0.10.0
  • Philipp Alferov
  • released 12/30/2015

Downloads

Maintainers