Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jayin/md5-cli

md5 [-s string] [files ...]
https://github.com/jayin/md5-cli

Last synced: 10 days ago
JSON representation

md5 [-s string] [files ...]

Awesome Lists containing this project

README

        

# md5-cli [![v](https://img.shields.io/npm/v/md5-cli2.svg)](https://www.npmjs.com/package/md5-cli2)

## Install

```
$ npm install -g md5-cli2
```

## Usage

```
md5 [-s,--string string] [files ...]
```

## CLI
```shell
$ md5 -s "oh my god"
$ md5 --string "oh my god"
$ md5 fixtures/a.json fixtures/b.json
```

## License

Apache v2.0 © [Jayin Ton](https://github.com/Jayin)