path-to-md5
v0.0.1
Published
Calculates a MD5 for given data
Downloads
3
Maintainers
Readme
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')