GitXplorerGitXplorer
b

z85-cli

public
3 stars
0 forks
10 issues

Commits

List of commits on branch master.
Unverified
65db9fc55c22056081836f5f493ee728b4a227d4

Add copyright headers

bbkimminich committed 4 years ago
Unverified
4bde49e5daa30d1ed11aef3e0e38d7b7fda67fe7

Merge branch 'develop'

bbkimminich committed 4 years ago
Unverified
eb6783046cdf0aee98c1a612d46e92886a13d989

Update minimum node version and remove obsolete badges

bbkimminich committed 4 years ago
Unverified
627540a4d866f845084e8a1a630d16a7289977c4

Bump to v0.6.0

bbkimminich committed 4 years ago
Unverified
4874adde90a39cb3c64748082e393e3790a6ec44

Simplify test automation and switch to GitHub Action CI

bbkimminich committed 4 years ago
Unverified
cc9d73392b97ff702c0cc52905ffadaaf3505dec

Remove accidentally committed characters

bbkimminich committed 4 years ago

README

The README file for this repository.

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-2021 Bjoern Kimminich Licensed under the MIT license.