nest-box
Version:
A lot of modules for NestJS in this box!
34 lines (20 loc) • 701 B
Markdown
# Nest Box
[](README.zh.md)
A collection of useful modules for NestJS applications.
Nest Box provides several modules like email, logging, authentication, and more, to help developers quickly integrate common features into their NestJS applications.
## Table of Contents
- [Nest Box](#nest-box)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Modules](#modules)
## Installation
To install the library, run the following command:
```bash
npm install nest-box
```
or if you are using pnpm:
```bash
pnpm add nest-box
```
## Modules
-[Email Modules](docs/en/email.md)