gitsha
Read git SHA1 value of a repository's HEAD revision
使用
const gitSha = require('git-head-sha');
// length 为截取字符串长度(从字符串首部开始截取)
gitSha({
length: 7
});
Read git SHA1 value of a repository's HEAD revision
const gitSha = require('git-head-sha');
// length 为截取字符串长度(从字符串首部开始截取)
gitSha({
length: 7
});
npm i git-head-sha
1
1.0.1
MIT
2.52 kB
5