@dizmo/context-tree2json
v0.0.0
Published
storage tree to JSON mapper
Downloads
2
Readme
@dizmo/context-tree2json
Library module.
Usage
Install
npm install @dizmo/context-tree2json --save
Require
let lib = require('@dizmo/context-tree2json');
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