json-schema-faker

v0.3.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

node build/dist.js

tsc

bash build/tsc.sh

tsify

browserify ts/index.ts -p [ tsify ] > dist/temp-bundle.js

typedoc

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

graphviz

madge lib --dot > structure.gv

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 8/1/2016

Downloads