repo-latest-commit

Get the latest commit info of a git repository.

Usage no npm install needed!

<script type="module">
  import repoLatestCommit from 'https://cdn.skypack.dev/repo-latest-commit';
</script>

README

repo-latest-commit NPM version NPM downloads Build Status

Get the latest commit info of a git repository.

Install

$ npm install --save repo-latest-commit

Usage

const latestCommit = require('repo-latest-commit')

latestCommit()
<!-- {
  message: 'let it rock\n    \n    wow',
  commit: 'ad4e3a8c6797300cf18665e421de9763ba8ef3fa',
  author: 'Your Name',
  email: 'you@example.com',
  date: 'Thu Oct 6 17:38:00 2016 +0800' 
} -->

latestCommit('../another-directory')

License

MIT © EGOIST