neekey / table-parser

A parser to parse table style output from shell
MIT License
25 stars 13 forks source link

Key/value transformer #21

Open NathanPB opened 4 years ago

NathanPB commented 4 years ago

I know that lib is pretty old, but that fits almost perfectly with what I need. I just had the need of transform the keys and values of a parsed table, so I made a simple transformer via a second optional parameter on parse function.

Docs and unit tests already done tho