An open API service indexing awesome lists of open source software.

https://github.com/utkuufuk/io-ts-types-ext

Extension for io-ts-types
https://github.com/utkuufuk/io-ts-types-ext

fp-ts io-ts

Last synced: about 2 months ago
JSON representation

Extension for io-ts-types

Awesome Lists containing this project

README

        

# io-ts-types-ext
[![CI](https://github.com/utkuufuk/io-ts-types-ext/actions/workflows/ci.yml/badge.svg)](https://github.com/utkuufuk/io-ts-types-ext/actions/workflows/ci.yml)
[![NPM](https://img.shields.io/npm/v/io-ts-types-ext.svg)](https://www.npmjs.com/package/io-ts-types-ext)

Extension types and codecs for [`io-ts-types`](https://github.com/gcanti/io-ts-types)

## Installation
1. Make sure that your projects have all the peer dependencies listed in `package.json`
2. Choose one:
- `npm install io-ts-types-ext`
- `yarn add io-ts-types-ext`

## Development
| | |
|-|-|
| Build | `yarn` |
| Lint | `yarn lint` |
| Test | `yarn test` |
| Release | `yarn publish` |