@product-live/fs.hash
TypeScript icon, indicating that this package has built-in type declarations

1.0.10 • Public • Published

Intro

GitHub Actions status | linter GitHub Actions status | publish GitHub Actions status | test

hash a directory or file

Install

npm install --save git+https://git@github.com/anzerr/fs.hash.git
npm install --save @anzerr/fs.hash

Example

const hash = require('fs.hash');

hash('./node_modules', {raw: true, max: 5, type: 'sha256'}).then((res) => {
	console.log(res);
});

Readme

Keywords

none

Package Sidebar

Install

npm i @product-live/fs.hash

Weekly Downloads

0

Version

1.0.10

License

MIT

Unpacked Size

5.76 kB

Total Files

9

Last publish

Collaborators

  • loic.cadenat
  • mt_pl
  • sb566115
  • clementaubert