Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g59/nestjs-plugins
🦁 Module for NestJS
https://github.com/g59/nestjs-plugins
graphql-relay nest nestjs slack-api
Last synced: 4 days ago
JSON representation
🦁 Module for NestJS
- Host: GitHub
- URL: https://github.com/g59/nestjs-plugins
- Owner: g59
- License: mit
- Created: 2020-03-03T08:45:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T03:28:03.000Z (17 days ago)
- Last Synced: 2025-01-19T14:07:42.271Z (11 days ago)
- Topics: graphql-relay, nest, nestjs, slack-api
- Language: TypeScript
- Homepage:
- Size: 83.6 MB
- Stars: 103
- Watchers: 1
- Forks: 19
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# nestjs-plugins
![Actions Status](https://github.com/g59/nestjs-plugins/workflows/Node%20CI/badge.svg)
[![codecov](https://codecov.io/gh/g59/nestjs-plugins/graph/badge.svg?token=KVABG274X8)](https://codecov.io/gh/g59/nestjs-plugins)## Install
```sh
npm install
```## Packages
This repository is managed as monorepo.
| Package | Version |
| :---------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------- |
| **[nestjs-firebase](./packages/nestjs-firebase)** | [![npm version](https://badge.fury.io/js/nestjs-firebase.svg)](https://badge.fury.io/js/nestjs-firebase) |
| **[nestjs-graphql-relay](./packages/nestjs-graphql-relay)** | [![npm version](https://badge.fury.io/js/nestjs-graphql-relay.svg)](https://badge.fury.io/js/nestjs-graphql-relay) |
| **[nestjs-slack-webhook](./packages/nestjs-slack-webhook)** | [![npm version](https://badge.fury.io/js/nestjs-slack-webhook.svg)](https://badge.fury.io/js/nestjs-slack-webhook) |
| **[nestjs-zendesk](./packages/nestjs-zendesk)** | [![npm version](https://badge.fury.io/js/nestjs-zendesk.svg)](https://badge.fury.io/js/nestjs-zendesk) |## Usage
```sh
# recommend
pre-commit install
npm run start:dev --workspace example
```## Contributing
PRs accepted.
## License
[MIT](./LICENSE) © g59