raine / ramda-cli

:ram: A CLI tool for processing data with functional pipelines
ISC License
573 stars 12 forks source link

Markdown Table? #14

Open JAForbes opened 5 years ago

JAForbes commented 5 years ago

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

slavaGanzin commented 5 years ago

@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.

JAForbes commented 5 years ago

For sure, thanks for the link.

raine commented 5 years ago

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