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

Package detail

z85-cli

bkimminich46MIT0.6.0

Command line client for ZeroMQ Base-85 encoding

z85, zeromq, base85, base-85, encoding, decoding, encoder, decoder

readme

z85-cli npm Downloads

Build Status Coverage Status Language grade: JavaScript Total alerts JavaScript Style Guide

Command line client for ZeroMQ Base-85 encoding

Getting Started node

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.

License

Copyright (c) 2014-2019 Bjoern Kimminich Licensed under the MIT license.