Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/weisjohn/commitish

generate fake commit sha1s.substr(0,6)s
https://github.com/weisjohn/commitish

Last synced: about 1 month ago
JSON representation

generate fake commit sha1s.substr(0,6)s

Awesome Lists containing this project

README

        

commitish
=========

generate fake commit sha1s.substr(0,6)s

```
var commitish = require('commitish');

console.log(commitish());
// a random hexadecimal string with str.length == 6, like '82edd4' or 'bf0b30'
```