Package Exports
- sfv-cli
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)
Installation
yarn global add sfv-cli || npm install --global sfv-cli
Usage
You can now use the sfv
command in your Terminal emulator:
# Create .sfv
sfv vlc.exe -o vlc.sfv
# Verify against .sfv
sfv vlc.sfv
Options
Running sfv --help
list available flags
-V, --version output the version number
-f, --fail-fast aborts verifying after first mismatch (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 writes WinSFV compatible comment (default: false)
-h, --help display help for command
License
This work is licensed under The MIT License