Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.
/ json-csv-core Public archive

A simple utility to export JSON array data to CSV.

Notifications You must be signed in to change notification settings

iwsllc/json-csv-core

Repository files navigation

@iwsio/json-csv-core

Tests CI

For more information on json-csv-core itself, checkout the readme.

Dev Setup

Here's how to setup and run the samples locally.

# install everything for all workspaces (Recommended: Node 18)
npm i

npm run build -w core

# start the web (and then browse to http://localhost:3000)
npm start -w demo

# run cli advanced sample
npm run cli-advanced -w demo

# run cli simple sample.
npm run cli-simple -w demo

# run tests
npm test -w test-runner

About

A simple utility to export JSON array data to CSV.

Resources

Stars

Watchers

Forks

Packages

No packages published