json-schema-faker

v0.5.0-rc13
JSON-Schema + fake data generators
json jsonschema fake mocks

dist

npm run build && npm run build:dist

watch

tarima watch -d VERSION=`./build/VERSION`

build

tarima -qf VERSION=`./build/VERSION`

build:dist

npm run build && node build/dist.js

test

npm run test:lint && npm run build && npm run test:unit && npm run test:schema

test:lint

tslint ts/**/*.ts

test:unit

jasmine-node spec/unit --noStackTrace --captureExceptions

test:schema

jasmine-node spec/schema --coffee --noStackTrace --captureExceptions

dev

jasmine-node spec/schema --coffee --verbose --autoTest --watchFolders lib

dev:unit

jasmine-node spec/unit --coffee --verbose --autoTest --watchFolders lib

cover:up

codecov --file=coverage/lcov.info --disable=gcov -e TRAVIS_NODE_VERSION

cover:unit

istanbul cover --root lib --x '**/spec/**' -- jasmine-node --coffee spec/unit

cover:schema

istanbul cover --root lib --x '**/spec/**' -- jasmine-node --coffee spec/schema

typedoc

typedoc --out docs/html ts/ --module commonjs

graphviz

madge lib --dot > structure.gv

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 2/20/2018

Downloads