Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vodyani/class-decorator
🏭 class-decorator 是一个类装饰器工具库,提供了类的验证、组装、转换、属性绑定等功能。
https://github.com/vodyani/class-decorator
auto-binder class-decorator class-transformer class-validator vodyani
Last synced: about 5 hours ago
JSON representation
🏭 class-decorator 是一个类装饰器工具库,提供了类的验证、组装、转换、属性绑定等功能。
- Host: GitHub
- URL: https://github.com/vodyani/class-decorator
- Owner: vodyani
- License: mit
- Created: 2022-08-11T01:01:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T02:18:01.000Z (7 months ago)
- Last Synced: 2024-04-10T04:41:55.870Z (7 months ago)
- Topics: auto-binder, class-decorator, class-transformer, class-validator, vodyani
- Language: TypeScript
- Homepage:
- Size: 456 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Vodyani class-decorator
🏭 class-decorator 是一个类装饰器工具库,提供了类的验证、组装、转换、属性绑定等功能。
[![Npm](https://img.shields.io/npm/v/@vodyani/class-decorator/latest.svg)](https://www.npmjs.com/package/@vodyani/class-decorator)
[![Npm](https://img.shields.io/npm/v/@vodyani/class-decorator/beta.svg)](https://www.npmjs.com/package/@vodyani/class-decorator)
[![Npm](https://img.shields.io/npm/dm/@vodyani/class-decorator)](https://www.npmjs.com/package/@vodyani/class-decorator)
[![License](https://img.shields.io/github/license/vodyani/class-decorator)](LICENSE)
[![codecov](https://codecov.io/gh/vodyani/class-decorator/branch/master/graph/badge.svg?token=C2M059D521)](https://codecov.io/gh/vodyani/class-decorator)
![Workflow](https://github.com/vodyani/class-decorator/actions/workflows/release.yml/badge.svg)
[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)## Installation
```sh
npm install @vodyani/class-decorator
```## Getting started
- [使用文档 📚](https://vodyani.netlify.app/docs/other/class-decorator)
- [Documentation 📚](https://vodyani.netlify.app/en/docs/other/class-decorator)## Questions
- [Discussions 🧐](https://github.com/vodyani/class-decorator/discussions)
## Team
|[![ChoGathK](https://github.com/chogathK.png?size=100)](https://github.com/chogathK)|
|:-:|
|[ChoGathK](https://github.com/chogathK)|![Alt](https://repobeats.axiom.co/api/embed/aeed19ccb4224b3e9710fab38c646683235ee85d.svg "Repobeats analytics image")
## License
Vodyani class-decorator is [MIT licensed](LICENSE).