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

https://github.com/i-link-pro-team/common-lib

iLink backend usefull tools collection
https://github.com/i-link-pro-team/common-lib

decorators graphql guards helpers interfaces modules nestjs nodejs scalars types typescript

Last synced: 2 months ago
JSON representation

iLink backend usefull tools collection

Awesome Lists containing this project

README

          

![Logo](https://i.postimg.cc/xCtC038W/ilink.png)

[![Node.js PL Build](https://github.com/i-link-pro-team/common-lib/actions/workflows/pull_request.yaml/badge.svg)](https://github.com/i-link-pro-team/common-lib/actions/workflows/pull_request.yaml)
[![NPM Release](https://github.com/i-link-pro-team/common-lib/actions/workflows/release.yaml/badge.svg)](https://github.com/i-link-pro-team/common-lib/actions/workflows/release.yaml)

# Common lib

A library that collects all the code that we use very often in NestJS. This includes: scalars, interfaces, types, modules, services, decorators, helpers, guards, etc.

## Installation

```
npm i --save @ilink-dev/common
```

## Documentation

[Documentation](/docs/DOCUMENTATION.md)

## License

[MIT](https://choosealicense.com/licenses/mit/)