json2csv

v6.0.0-alpha.2
Convert JSON to CSV
json to csv export convert parse

build

rollup -c

dev

rollup -c -w

test

node test | tap-spec

lint

eslint bin lib test

test-with-coverage

nyc --reporter=text node test | tap-spec

coveralls

nyc report --reporter=text-lcov | coveralls

deploy:docs

docpress b && gh-pages -d _docpress

prepublish

in-publish && npm run before:publish || not-in-publish

before:publish

npm test && npm run build && npm run deploy:docs

release

standard-version
npm i json2csv

Metadata

  • MIT
  • >= 12
  • Mirco Zeiss
  • released 1/21/2023

Downloads