Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

request for base64 #81

Open
yury opened this issue Mar 6, 2019 · 1 comment
Open

request for base64 #81

yury opened this issue Mar 6, 2019 · 1 comment

Comments

@yury
Copy link
Contributor

yury commented Mar 6, 2019

It could be usefull :)

@fprimex
Copy link

fprimex commented Jun 15, 2022

Would a wasm version work?

mkdir wamp
cd wamp
curl -LO https://registry-cdn.wapm.io/packages/ken-matsui/base64/base64-0.1.3.tar.gz
tar zxf base64-0.1.3.tar.gz
cp target/wasm32-wasi/release/base64-cl
i.wasm ~/Documents/bin/base64.wasm
$ cd
$ base64 --help
base64-cli 0.1.3
Ken Matsui <[email protected]
.com>
A CLI tool for base64
USAGE:
    base64.wasm <SUBCOMMAND>
OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information
SUBCOMMANDS:
    decode    Decode base64 string to string
    encode    Encode string to base64 string
    help      Print this message or the help of the 
given subcommand(s)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants