doctable
v0.0.8
Published
A library to help with parsing and transforming tables of documents.
Downloads
7
Maintainers
Readme
Doctable /ˈdɑktəbəɫ/
A library to help with parsing and transforming tables of documents.
The Why
- Node really needs an easy to use document transformation utility.
Examples
- Examples would soon be available at the examples dir.
# Or run the following (with node v8+):
$ node ./examples/cheatsheet.js
Installation
$ npm install doctable
Use Cases
Data transformation (from tables to docs, and back).
Data templates (IE: Views).
Quick and easy data massaging.
Keys
- None, yet.
Notes
- None, yet.
Development
Setup
$ sh ./setup.sh
ToDo
Shed the dependency on lodash.
Write tests.