ipld-cli
Interact with IPLD on the command line
Installation
$ npm i -g ipld-cli
Usage
$ ipld add -husage: ipld add [-h] content Add a new object in JSON format Positional arguments: content Optional arguments: -h, --help Show this help message and exit. $ ipld cat -husage: ipld cat [-h] [--yml] [--json] [--no-colors] path Resolve a given path Positional arguments: path Optional arguments: -h, --help Show this help message and exit. --yml Print the result in yaml --json Print the result in json --no-colors Print the result without colors