github-slug
2.0.0 • Public • Published github-slug

Gets the github-slug for the given directory.
Install with npm install github-slug
var ghslug = require('github-slug')
ghslug('./', function (err, slug) {
console.log(slug)
})
Optionally you can specify a specific remote as the second argument.
ghslug('./', 'origin', function (err, slug) {
console.log(slug)
})
Package Sidebar
Install
Weekly Downloads