1.0.10 • Published 8 years ago
nodejs-hashsum-file-checker v1.0.10
NodeJS HashSum File Checker
Install
npm install -g nodejs-hashsum-file-checkeror, if you're getting "Missing write access" error, try adding a sudo:
sudo npm install -g nodejs-hashsum-file-checkerCLI
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