@brewww/nestjs-plugin-module
Version:
<p align="center"> <a href="http://brewww.com/" target="_blank"><img src="https://github.com/BrewInteractive/nestjs-plugin-module/blob/main/Brew-Logo-Small.png?raw=true" width="300" alt="Brew Logo" /></a> </p>
35 lines (24 loc) • 2.78 kB
Markdown
<p align="center">
<a href="http://brewww.com/" target="_blank"><img src="https://github.com/BrewInteractive/nestjs-plugin-module/blob/main/Brew-Logo-Small.png?raw=true" width="300" alt="Brew Logo" /></a>
</p>
<h1 align="center">NestJS Plugin Module</h1>
<p align="center">This plugin has been developed to streamline the creation of plugins in NestJS projects and to provide plugin support within the project.</p>
<p align="center">
<a href="https://sonarcloud.io/summary/overall?id=BrewInteractive_nestjs-plugin-module" target="_blank"><img src="https://sonarcloud.io/api/project_badges/measure?project=BrewInteractive_nestjs-plugin-module&metric=alert_status"/></a>
<a href="https://sonarcloud.io/summary/overall?id=BrewInteractive_nestjs-plugin-module" target="_blank"><img src="https://sonarcloud.io/api/project_badges/measure?project=BrewInteractive_nestjs-plugin-module&metric=coverage"/></a>
<a href="https://www.npmjs.com/package/@brewww/nestjs-plugin-module" target="_blank"><img src="https://img.shields.io/npm/v/@brewww/nestjs-plugin-module.svg" alt="NPM Version" /></a> <a href="https://www.npmjs.com/@brewww/nestjs-plugin-module" target="_blank"><img src="https://img.shields.io/npm/l/@brewww/nestjs-plugin-module.svg" alt="Package License" /></a> <a href="https://www.npmjs.com/@brewww/nestjs-plugin-module" target="_blank"><img src="https://img.shields.io/npm/dm/@brewww/nestjs-plugin-module.svg" alt="NPM Downloads" /></a>
</p>
<p align="center">
<a href="https://www.instagram.com/brew_interactive/" target="_blank"><img src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white" alt="Instagram" /></a>
<a href="https://www.linkedin.com/company/brew-interactive/" target="_blank"><img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" alt="Linkedin" /></a>
<a href="https://twitter.com/BrewInteractive" target="_blank"><img src="https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" alt="Twitter" /></a>
</p>
## Purpose
This package is developed for use in NestJS projects. The purpose of the module is to provide plugin support for NestJS projects. Areas within the project where plugins can be written are identified, and later, plugins can be developed for these areas using the package.
## Documents
- [Plugin Module Installation](https://github.com/BrewInteractive/nestjs-plugin-module/blob/main/docs/installation.md)
- [Plugin Development](https://github.com/BrewInteractive/nestjs-plugin-module/blob/main/docs/plugin-development.md)
## Conclusion
These instructions will help you start, configure, test, and use the nestjs-plugin-module project.
## License
NestJS Plugin Module is [MIT licensed](LICENSE).