0.0.15 • Published 5 years ago

io-ts-helpers v0.0.15

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

io-ts-helpers

Library of helpers for the io-ts npm package

Build

CircleCI

Publishing

To publish to NPM, pull Request into Master and ask someone to merge

Upon merging, CircleCI will publish your the master branch to GitHub

# Local

git add .
git commit -m
git push origin dev


# GitHub:

Begin PR from dev into master
# CircleCI runs tests
Merge PR into master
# CircleCI publishes to NPM

Authors