Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.13 KB

@iwsio/json-csv-node & @iwsio/json-csv-core

Dev Setup

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

# build the packages
npm run build

# run the samples
npm start -w samples

# run the tests with current runtime
npm test

# for older versions of node <= 12, cd to the test-runner directory
cd test-runner && npm test