@buzuli/encoding

Encoding utilities for the CLI

Usage no npm install needed!

<script type="module">
  import buzuliEncoding from 'https://cdn.skypack.dev/@buzuli/encoding';
</script>

README

encoding

CLI utilities for (en/de)coding common formats.

Utils

  • b64enc - base64 encode a stream of bytes
  • b64dec - decode a base64-encoded stream
  • gzenc - gzip compress a stream
  • gzdec - decompress a gzip-compressed stream
  • hexenc - hex encode a stream of bytes
  • hexdec - decode a hex-encoded stream