github-slug

2.0.0 • Public • Published

github-slug

js-standard-style Build Status

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)
  // evaluates to 'finnp/github-slug' in this directory
})

Optionally you can specify a specific remote as the second argument.

ghslug('./', 'origin', function (err, slug) {
  console.log(slug)
})

Dependents (11)

Package Sidebar

Install

npm i github-slug

Weekly Downloads

13

Version

2.0.0

License

MIT

Last publish

Collaborators

  • finnpauls
  • kenan