1.1.1 • Published 4 years ago

@feizheng/next-git-log v1.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

next-git-log

Git logs.

installation

npm install -S @feizheng/next-git-log

apis

apitypedefaultdescription
prettystring%h - %sgit log pretty
sincestring2020-05-01git log since
beforestringTODAYgit log before
suffixstring''git log - ... suffix
debugbooleanfalseOutput the shell scripts
asyncbooleantrueExecSync/exec the shell cmd

usage

import '@feizheng/next-git-log';

nx.gitLog({ since: '2020-06-01' }).then(res => {
  console.log(res);
});

// c1b0ca1 - docs: initail
// 6f6380f - refactor: use tmpl for template
// 5b51e88 - feat: initail