An open API service indexing awesome lists of open source software.

https://github.com/tmyt/node-githead


https://github.com/tmyt/node-githead

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

node-githead
====

get git head hash from node.

usage
----

```js
var head = require('githead');
console.log(head(__dirname));
```