Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitzen-io/data-transfer-objects
https://github.com/kitzen-io/data-transfer-objects
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kitzen-io/data-transfer-objects
- Owner: kitzen-io
- Created: 2023-08-03T10:31:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-04T21:22:32.000Z (4 months ago)
- Last Synced: 2024-12-28T22:24:13.728Z (18 days ago)
- Language: TypeScript
- Size: 349 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.