hash-brown
Version:
Tasty hashes made out of whatever
19 lines (13 loc) • 592 B
Markdown
# Hash Brown
Tasty hashes made out of whatever.
## Install
`npm install --save-dev hash-brown`
## CLI Usage
- `hashbrown [options]` - Run hash-brown using your options
- `-a --algorithm` - Set the algorithm used for hashing, defaults to "sha1"
- `-f --files` - Set the files to be hashed, defaults to ""
- `-fo --filenameOnly` - Set only the filename in manifest.json, defaults to false
- `-o --output` - Set the destination path, defaults to ""
- `-m --manifest` - Set the JSON manifest path, defaults to "manifest.json"
## Example
`hashbrown --files=src/**/*.js --output=path/to/dest`