1.0.2 • Published 9 years ago

md5-cli v1.0.2

Weekly downloads
494
License
GPL2
Repository
github
Last release
9 years ago

md5-cli

Dead simple. You type:

md5-cli "Your string"

and it prompts the result: 319557b02e00284cd64cde1c4bbfe2e5

Works also on files:

md5-cli "index.js"
24630afcf044d185d3acce04ccc4d4fc

Installation

npm install -g md5-cli

Motivation

md5 string does not work in Mac. It only works on files. Now it works for both.

Anything else?

Make a pull request or write an issue, I will be pleased to answer.