export-from-json

v1.7.2
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

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

Metadata

  • MIT
  • Whatever
  • Zheeeng
  • released 2/15/2023

Downloads

Maintainers