# class-transformer
class-transformer is used to convert a plain object to a class instance and the reverse process.

## Installing

```shell
npm i @geckoai/class-transformer
#or
yarn add @geckoai/class-transformer
```

### Example Usage

The following examples contain basic usage methods. For more high-level usage methods, please refer to the [test](https://github.com/geckoai/class-transformer/tree/master/test) directory.

## Documentation
- [ApiDocs](https://geckoai.github.io/class-transformer/)
- [Samples](https://github.com/geckoai/class-transformer/tree/master/sample)
- [GitRepository](https://github.com/geckoai/class-transformer)


## Issues
Create [issues](https://github.com/geckoai/class-transformer/issues) in this repository for anything related to the Class Transformer. When creating issues please search for existing issues to avoid duplicates.


## License
Licensed under the [MIT](``https://github.com/geckoai/class-transformer/blob/master/LICENSE) License.
