0.0.1 • Published 6 years ago
path-to-md5 v0.0.1
path-to-md5
Calculates a MD5 of a given path
Install
Using yarn:
yarn add path-to-md5
or using npm:
npm install path-to-md5
Usage
const pathToMD5 = require('path-to-md5')
const hash = await pathToMD5('/path/to/file')
0.0.1
6 years ago