0.0.17 • Published 1 year ago

valio v0.0.17

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

valio

A command-line utility that will read your TypeScript files and create helper schema functions to validate your TypeScript interfaces.

Installation

yarn add valio

Usage

The following command will generate an entire TypeScript project on schema folder with utilities to both create data structures and validating them.

npx valio \
    --include "src/**/*.ts" \
    --include "src/**/*.tsx" \
    --exclude "src/index.ts" \
    --ts-extends ./tsconfig.base.json \
    --ts-reference ./src \
    -o schema
0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago