1.1.1 • Published 2 years ago
cohash v1.1.1
cohash
cohash is a simple command line to generate a hash value for files.
Install
pnpm add cohash -g
npm i cohash -gUseage
cohash ./test.js -l 8 -o a.[hash].jsFlags
--outputor-o:- Specify the address of the generated file. It will log the hash value to the terminal if there is no
--outputor-o.
- Specify the address of the generated file. It will log the hash value to the terminal if there is no
--lengthor-l:- Limit the length of the hash value.
--streamor-s:- Default is
true. Whether to read as a file stream.
- Default is