json-schema-faker

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

dist

yarn build && yarn build:dist

build

tarima -qfe dist VERSION=`./build/VERSION`

build:dist

yarn build && node build/dist.js

test

yarn test:lint && yarn build && yarn test:unit && yarn 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 6/2/2017

Downloads