export-from-json

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

prebuild

rm -rf dist

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

prepublish

npm run build

release

npm version patch && npm publish

Metadata

  • MIT
  • Whatever
  • Zheeeng
  • released 4/10/2018

Downloads

Maintainers