1.1.1 • Published 2 years ago

cohash v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

cohash

NPM npm

cohash is a simple command line to generate a hash value for files.

Install

pnpm add cohash -g
npm i cohash -g

Useage

cohash ./test.js -l 8 -o a.[hash].js

Flags

  • --output or -o:
    • Specify the address of the generated file. It will log the hash value to the terminal if there is no --output or -o.
  • --length or -l:
    • Limit the length of the hash value.
  • --stream or -s:

    • Default is true. Whether to read as a file stream.
1.1.1

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago