1.0.10 • Published 6 years ago

nodejs-hashsum-file-checker v1.0.10

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

NodeJS HashSum File Checker

Install

npm install -g nodejs-hashsum-file-checker

or, if you're getting "Missing write access" error, try adding a sudo:

sudo npm install -g nodejs-hashsum-file-checker

CLI

hashsum-file-checker filePath [algorithm]

Examples

hashsum-file-checker test.txt md5 - return md5 hash-sum for test.txt file.

hashsum-file-checker test.txt - return all available hash-sums for test.txt

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago