Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eureka-shoulders/nest-beltz
Nestjs lib that aims to facilitate common utilities like decorators, filters and others. By Shoulders
https://github.com/eureka-shoulders/nest-beltz
nestjs shoulders typescript
Last synced: 10 days ago
JSON representation
Nestjs lib that aims to facilitate common utilities like decorators, filters and others. By Shoulders
- Host: GitHub
- URL: https://github.com/eureka-shoulders/nest-beltz
- Owner: Eureka-Shoulders
- License: mit
- Created: 2022-02-04T18:15:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T23:28:42.000Z (about 2 years ago)
- Last Synced: 2024-11-09T16:34:36.715Z (2 months ago)
- Topics: nestjs, shoulders, typescript
- Language: TypeScript
- Homepage:
- Size: 437 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Nest Beltz
![npm](https://img.shields.io/npm/v/@euk-labs/nest-beltz)
![NPM](https://img.shields.io/npm/l/@euk-labs/nest-beltz)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Eureka-Shoulders/nest-beltz/CI)
![npm](https://img.shields.io/npm/dw/@euk-labs/nest-beltz)Nest Beltz is a library that aims to facilitate APIs functionalities, like documentation.
If you want a utility for both frontend and backend, you can try [beltz](https://github.com/Eureka-Shoulders/beltz) !## Installation
Using npm:
```bash
npm i @euk-labs/nest-beltz
```Using yarn:
```bash
yarn add @euk-labs/nest-beltz
```### Dependencies
- Nest is used to provide swagger decorators to documentation
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)