Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kitzen-io/data-transfer-objects


https://github.com/kitzen-io/data-transfer-objects

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# @kitzen/data-transfer-objects
[![npm version](https://img.shields.io/npm/v/@kitzen/data-transfer-objects?color=green)](https://www.npmjs.com/package/@kitzen/data-transfer-objects)
[![from kitzen with Love](https://img.shields.io/badge/from%20kitzen%20with-%F0%9F%A4%8D-red)](https://kitzen.io/)
![test](https://github.com/kitzen-io/api-dto/workflows/build-publish/badge.svg)

Data Transfer Objects for Kitzen ecosystem

## Getting started

````
yarn add @kitzen/data-transfer-objects
````

## Versioning

This lib use [semantic-release](https://github.com/semantic-release/semantic-release#how-does-it-work) library.

Please, set valid commit message, to increment the right version
### To increase path (x.y.Z) version
`````fix: your commit message...`````

### To increase minor (x.Y.z) version
`````feat: your commit message...`````

### To increase version (X.y.z) version
`````perf: your commit message...`````

# Contributing
We deeply appreciate the valuable contributions made by our community.
To provide feedback or report bugs, [kindly open a GitHub issue](https://github.com/kitzen-io/api-dto/issues/new).
For code contributions, explore our "Contributing" guidelines and become part of our open-source community.

Thank you to all the dedicated individuals who contribute; your passion drives our success. Together, we shape the future of web3 industry.