Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 1.57 KB

File metadata and controls

74 lines (44 loc) · 1.57 KB

Cilantro

Greenkeeper badge Maintainability build status

code style styled with prettier made with lass license

Data parsing utility library for NodeJS.

Table of Contents

Install

npm:

npm install cilantrojs

yarn:

yarn add cilantrojs

Usage

import cilantro from 'cilantrojs';

const input = 'examples/csv-data';
const output = 'examples/csv-data';

cilantro({ input, output }).transform('csv', 'json');

Supported Transforms

From To
.csv .json

Contributors

Name
Frank Robert

License

MIT © Frank Robert