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

https://github.com/anuradhawick/md5dir-sync

Synchronous Folder Hash Generator
https://github.com/anuradhawick/md5dir-sync

Last synced: about 2 months ago
JSON representation

Synchronous Folder Hash Generator

Awesome Lists containing this project

README

        

# md5dir-sync
Simple to use md5 hasher for directories.

npm install md5dir-sync

## Usage

```
var md5dir = require('md5dir-sync');

var checksum = md5dir('/path/to/folder');
```