1.0.0 • Published 8 years ago

repo-latest-commit v1.0.0

Weekly downloads
813
License
MIT
Repository
github
Last release
8 years ago

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

1.0.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago