Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tom-weatherhead/thaw-csv

A .csv file reader and writer.
https://github.com/tom-weatherhead/thaw-csv

csv csv-export csv-import csv-parser csv-reader

Last synced: about 6 hours ago
JSON representation

A .csv file reader and writer.

Awesome Lists containing this project

README

        

# thaw-csv
A .csv file reader and writer.

[![build status](https://secure.travis-ci.org/tom-weatherhead/thaw-csv.svg)](https://travis-ci.org/tom-weatherhead/thaw-csv)
[![npm version](https://img.shields.io/npm/v/thaw-csv.svg)](https://www.npmjs.com/package/thaw-csv)
[![npm total downloads](https://img.shields.io/npm/dt/thaw-csv.svg)](https://www.npmjs.com/package/thaw-csv)
[![known vulnerabilities](https://snyk.io/test/github/tom-weatherhead/thaw-csv/badge.svg?targetFile=package.json&package-lock.json)](https://snyk.io/test/github/tom-weatherhead/thaw-csv?targetFile=package.json&package-lock.json)
[![maintainability](https://api.codeclimate.com/v1/badges/0123456789abcdef0123/maintainability)](https://codeclimate.com/github/tom-weatherhead/thaw-csv/maintainability)
[![test coverage](https://api.codeclimate.com/v1/badges/0123456789abcdef0123/test_coverage)](https://codeclimate.com/github/tom-weatherhead/thaw-csv/test_coverage)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/tom-weatherhead/thaw-csv/blob/master/LICENSE)

## Features

- Self-contained: No run-time package dependencies!

## License
[MIT](https://choosealicense.com/licenses/mit/)