export-from-json

v1.7.4
Export to txt, json, csv, xls, xml format file from valid JavaScript JSON object.
json csv xls xml excel typescript

prebuild

rm -rf dist

dev

rollup -w -c ./config/rollup.config.js

build

npm run build:esm && npm run build:es2015 && npm run build:umd

build:es2015

tsc -p ./config/tsconfig.es2015.json

build:esm

tsc -p ./config/tsconfig.esm.json

build:umd

rollup -c ./config/rollup.config.js --bundleConfigAsCjs

test

npm run test:lint && npm run test:spec

test:spec

jest

test:update

jest --updateSnapshot

test:lint

tslint -p ./tsconfig.json

test:manual

npm test && npm run build && open example/index.html

precommit

npm test

prepush

npm test

release

npm version patch && npm publish
npm i export-from-json

Metadata

  • MIT
  • Whatever
  • Zheeeng
  • released 12/28/2023

Downloads

Maintainers