z85-cli

Command line client for ZeroMQ Base-85 encoding

Usage no npm install needed!

<script type="module">
  import z85Cli from 'https://cdn.skypack.dev/z85-cli';
</script>

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.