json2mdtbl

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2019 License: MIT Imports: 8 Imported by: 0

README

json2mdtbl

JSON to Markdown Table

Installation

Download from https://github.com/tkuchiki/json2mdtbl/releases

Usage

$ echo -e '[{"name": "alice", "foo":"bar"},{"name":"bob", "foo":"baz"}]' | ./json2mdtbl
| FOO | NAME  |
|-----|-------|
| bar | alice |
| baz | bob   |

$ echo -e '{"name": "alice", "foo":"bar"}\n{"name":"bob", "foo":"baz"}' | ./json2mdtbl
| FOO | NAME  |
|-----|-------|
| bar | alice |
| baz | bob   |

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL