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
- Host: GitHub
- URL: https://github.com/i-link-pro-team/common-lib
- Owner: i-link-pro-team
- License: mit
- Created: 2022-08-30T07:18:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T08:07:09.000Z (almost 4 years ago)
- Last Synced: 2025-09-24T10:48:17.759Z (9 months ago)
- Topics: decorators, graphql, guards, helpers, interfaces, modules, nestjs, nodejs, scalars, types, typescript
- Language: TypeScript
- Homepage:
- Size: 186 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README

[](https://github.com/i-link-pro-team/common-lib/actions/workflows/pull_request.yaml)
[](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/)