go-multibase
go-multibase copied to clipboard
[WIP] add multibase binary
This is a draft of a multibase binary that does reading + writing from files as well as transcoding. It still leaves room for improvement. For example, the CLI library used here seems to care about the ordering of flags and arguments which causes problems for multibase encode
which can take either an argument or a file name.
It seems likely that if we get good UX here we'll just include the flow in go-ipfs as a ipfs multibase
subcommand.
cc @lidel @Stebalien also feel free to make modifications/comments here
It seems likely that if we get good UX here we'll just include the flow in go-ipfs as a ipfs multibase subcommand.
:+1:
There is an IPFS version of this PR which we're going to focus on landing first: https://github.com/ipfs/go-ipfs/pull/8180