Commit 757f402f authored by shangbj's avatar shangbj

'add'

parent d3a3efc3
const getRepoInfo = require('git-repo-info')
const info = getRepoInfo();
console.log('----', info.commitMessage)
\ No newline at end of file
const objkeys = Object.keys(info)
for (const key of objkeys) {
console.log(info[key])
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment