dirhash

0.1.1 • Public • Published

dirhash

Hashes the content of a specified directory given a hashing algorithm.

Install

npm install dirhash --save

Example

var dirhash = require('dirhash');

dirhash('./some/directory'); // md5 string #=> "9cdfb439c7876e703e307864c9167a15" dirhash('./some/directory', 'sha1'); // see nodejs crypto module for supported types

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    25
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    25
  • 0.1.0
    2

Package Sidebar

Install

npm i dirhash

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • rramsden