json-schema-faker

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

test:lint

tslint ts/**/*.ts && eslint lib

test:unit

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

test:schema

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

test

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

dev

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

cover

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

cover:up

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

dist

npm run build && npm run build:dist

build

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

build:dist

npm run build && node build/dist.js

typedoc

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

graphviz

madge lib --dot > structure.gv

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 10/16/2017

Downloads