@jswork/next-git-log

1.0.0 • Public • Published

next-git-log

Git logs.

version license size download

installation

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

apis

api type default description
pretty string %h - %s git log pretty
since string 2020-05-01 git log since
before string TODAY git log before
suffix string '' git log - ... suffix
debug boolean false Output the shell scripts
async boolean true ExecSync/exec the shell cmd

usage

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

license

Code released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i @jswork/next-git-log

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

6.3 kB

Total Files

5

Last publish

Collaborators

  • afeiship