Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

sumit

gamepoet19MIT0.1.2

Command line tool for hashing data.

djb2a, farmhash, fnv1a, hash, hashing, jenkins-oaat, jenkins-lookup2, jenkins-lookup3, murmurhash, murmurhash2, murmurhash3, sdbm, xxhash, xxhash32, xxhash64

readme

sumit

A simple commandline tool similar to shasum that but for a wide variety of non-cryptographic hashes.

Installation

Install globally with npm or yarn:

npm install -g sumit
yarn global add sumit

Usage

$ sumit -a farmhash32 /usr/share/dict/words /usr/share/dict/propernames
7c9f7e5a  /usr/share/dict/words
35e067fe  /usr/share/dict/propernames