@kaiu/serializer
v1.4.0
Published
Simple JSON deserializer for typescipt applications
Downloads
176
Readme
serializer
Table of contents
About
Serializer is a serialization library written in Typescript made to handle typing in deserialized objects.
Installation
Install through npm:
npm install --save @kaiu/serializer
Documentation
Everything is detailed on our documentation website.
Development
Prepare your environment
- Install Node.js and NPM
- Install local dev dependencies:
npm install
while current directory is this repo
Testing
Run npm test
to run tests once or npm run test:watch
to continually run tests.
Release
- Bump the version in package.json (once the module hits 1.0 this will become automatic)
npm run release
License
MIT