io-ts

v0.6.1
TypeScript compatible runtime type system for IO validation
typescript validation inference types runtime

lint

tslint src/**/*.ts test/**/*.ts

typings-checker

typings-checker --allow-expect-error --project typings-checker/tsconfig.json typings-checker/index.ts

mocha

mocha -r ts-node/register test/*.ts

prettier

prettier --no-semi --single-quote --print-width 120 --parser typescript --list-different "{src,test}/**/*.ts"

test

npm run prettier && npm run lint && npm run typings-checker && npm run mocha

clean

rm -rf lib/*

build

npm run clean && tsc

Metadata

  • MIT
  • Whatever
  • Giulio Canti
  • released 7/25/2017

Downloads

Maintainers