z85-cli
Version:
Command line client for ZeroMQ Base-85 encoding
38 lines (26 loc) • 1.32 kB
Markdown
# z85-cli [](https://www.npmjs.com/package/z85-cli)
[](http://travis-ci.org/bkimminich/z85-cli)
[](https://coveralls.io/r/bkimminich/z85-cli)
[](https://lgtm.com/projects/g/bkimminich/z85-cli/context:javascript)
[](https://lgtm.com/projects/g/bkimminich/z85-cli/alerts/)
[](http://standardjs.com/)
Command line client for ZeroMQ Base-85 encoding
## Getting Started 
Install the module with:
```
npm install -g z85-cli
```
## Documentation
### Encoding
```
z85 --encode [-e] <value>
```
### Decoding
```
z85 --decode [-d] <value>
```
## Specification
Please refer to [32/Z85 - ZeroMQ Base-85 Encoding Algorithm](http://rfc.zeromq.org/spec:32).
## License
Copyright (c) 2014-2019 Bjoern Kimminich
Licensed under the MIT license.