0.0.3 • Published 6 years ago

file-digest v0.0.3

Weekly downloads
50
License
MIT
Repository
github
Last release
6 years ago

file-digest

build status code coverage code style styled with prettier made with lass license npm downloads

A simple file hasher

Table of Contents

Install

npm:

npm install file-digest

yarn:

yarn add file-digest

Usage

const digest = require('file-digest');

console.log(digest(filepath, 'md5'));

> a4df7e1b8482e101323544dbaf874ea

Contributors

NameWebsite
Shaun Warmanhttps://shaunwarman.com

License

MIT © Shaun Warman