Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ...]
- Host: GitHub
- URL: https://github.com/jayin/md5-cli
- Owner: Jayin
- License: apache-2.0
- Created: 2016-02-12T09:04:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-09T02:14:45.000Z (over 8 years ago)
- Last Synced: 2024-09-17T03:15:34.894Z (about 2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)