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

Package detail

encode-decode-cli

hiimjustin0008MIT1.0.0

Encode and decode strings.

encode, decode, cli, string, encode-decode, encode-decode-cli

readme

Encode/Decode CLI

NPM Version NPM Downloads

$ npm i -g encode-decode-cli

Encode and decode your strings.

$ encode binary Example
Output: 0100010101111000011000010110110101110000011011000110010
$ decode binary 0100010101111000011000010110110101110000011011000110010
Output: Example

You can always use encode help or decode help to get a list of schemes.