JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 52
  • Score
    100M100P100Q48341F
  • License MIT

CLI tool to verify and create SFV files

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

npm npm CircleCI David

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.

Screenshot

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

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

License

This work is licensed under The MIT License