1.0.2 • Published 4 years ago

@alo7i/next-git-log v1.0.2

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

next-git-log

Git logs.

installation

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

apis

apitypedefaultdescription
prettystring%h - %sgit log pretty
sincestring2020-05-01git log since
beforestringTODAYgit log before
suffixstring''git log - ... suffix

usage

import '@alo7i/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
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago