/repo-latest-commit

Get the latest commit info of a git repository.

Primary LanguageJavaScriptMIT LicenseMIT

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