nest-box
Version:
A lot of modules for NestJS in this box!
33 lines (20 loc) • 628 B
Markdown
# Nest Box
[](README.md)
一个为 NestJS 应用提供实用模块的集合。
Nest Box 提供了多个模块,如邮件(Email)、日志(Logging)、身份验证(Authentication)等,帮助开发者快速集成常见功能到 NestJS 应用中。
## 目录
- [Nest Box](#nest-box)
- [目录](#目录)
- [安装](#安装)
- [模块](#模块)
## 安装
使用以下命令安装此库:
```bash
npm install nest-box
```
或者如果你使用 pnpm:
```bash
pnpm add nest-box
```
## 模块
- [邮件模块](docs/zh/email.md)