@dizmo/context-json2tree
v0.0.2
Published
JSON to storage tree mapper
Downloads
5
Readme
@dizmo/context-json2tree
Library module.
Usage
Install
npm install @dizmo/context-json2tree --save
Require
let lib = require('@dizmo/context-json2tree');
Examples
...
Development
Build
npm run build
without linting:
npm run -- build --no-lint
Lint
npm run lint
with auto-fixing (for JavaScript and TypeScript):
npm run -- lint --fix
Test
npm run test
without (re-)building:
npm run -- test --no-build
Cover
npm run cover
without (re-)building:
npm run -- cover --no-build
Copyright
© 2018 Hasan Karahan