Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/weisjohn/commitish
- Owner: weisjohn
- License: mit
- Created: 2014-03-14T14:58:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-14T15:13:12.000Z (almost 11 years ago)
- Last Synced: 2024-08-09T21:46:22.439Z (5 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```