git-rev-head
v1.0.1
Published
Get the current HEAD revision of a Git repo
Readme
git-rev-head
Get the current HEAD revision of a Git repo
npm install git-rev-headUsage
const head = require('git-rev-head')
console.log(await head('./repo')) // prints deadbeef...License
MIT
