json2csv

v5.0.4
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

Metadata

  • MIT
  • >= 10
  • Mirco Zeiss
  • released 11/10/2020

Downloads