repo-latest-commit

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i repo-latest-commit

Weekly Downloads

64

Version

1.0.0

License

MIT

Last publish

Collaborators

  • kchan
  • rem