Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)