Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sfv-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
sfv-cli
CLI tool to verify and create SFV files (see Simple File Verification). This package also introduces an extended SFV-like file format (.sfvx
), which supports modern hashing algorithms.
Installation
$ npm install --global sfv-cli
For single-time use, you can try npx
:
$ npx sfv-cli vlc.sfv
Usage
You can now use the sfv
command in your Terminal emulator:
# Create .sfv
$ sfv vlc.exe -o vlc.sfv
# Verify .sfv
$ sfv vlc.sfv
Note: You can also use node-sfv
to avoid naming conflicts
Options
Running sfv --help
lists all available flags
-V, --version output the version number
-a, --algorithm [algorithm] specifies hashing algorithm
-F, --fail-fast stops execution after first error (default: false)
-f, --format aligns checksums (default: false)
-o, --output <file> specifies output file
-p, --print prints SFV file to stdout (default: false)
-s, --sort sorts output (default: false)
-w, --winsfv enables WinSFV compatibility (default: false)
-h, --help display help for command
Related
License
This work is licensed under The MIT License