ramda-cli icon indicating copy to clipboard operation
ramda-cli copied to clipboard

Markdown Table?

Open JAForbes opened this issue 6 years ago • 3 comments

Markdown tables would be pretty amazing for sharing data output from a ramda-cli pipeline.

JAForbes avatar Apr 10 '19 23:04 JAForbes

@JAForbes You can always use cli transformer like this: https://www.npmjs.com/package/csv2md

Or you can install globally some other csv to md transformer and use it as last function in ramda-cli pipeline.

slavaGanzin avatar Apr 11 '19 08:04 slavaGanzin

For sure, thanks for the link.

JAForbes avatar Apr 11 '19 09:04 JAForbes

There is also https://www.npmjs.com/package/markdown-table-cli

raine avatar Apr 11 '19 09:04 raine