weisjohn / commitish

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

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

License:MIT License


Languages

Language:JavaScript 100.0%