git-sha-js
v0.0.1
Published
Get the current git rev of a directory
Downloads
4
Readme
git-sha-js
Read the current git revision from a directory with node.js
Example use:
const gitRev = require('git-sha');
const currentGitRev = await gitRev(__dirname);