Skip to content
This repository has been archived by the owner on Aug 22, 2020. It is now read-only.

Maxim-Mazurok/nodejs-hashsum-file-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published