checksum icon indicating copy to clipboard operation
checksum copied to clipboard

Checksum utility for node.

Results 5 checksum issues
Sort by recently updated
recently updated
newest added

Catch stream error (file not readable).

Packaging the CLI seperately will reduce the size of the main package by removing the CLI's source and other dependencies that are used only in the CLI.

Added a code example showing specifying a different algorithm. Also added the available types in the options parameter documentation.

It would be useful to have built in support for promises. I am thinking of an approach were you return a promise if no callback it provided, for the checksumFile()...