Delete page "Home"

p-sw 2025-03-26 22:29:16 +00:00
parent 66a92fc728
commit 3679d8f3ac

24
Home.md

@ -1,24 +0,0 @@
# NestJS Logging Decorators
> WARNING: THIS WIKI IS DEPRECATED. FOR THE NEWER VERSION OF THE DOCUMENTATION, GO TO [WEBSITE](https://nestlogged.worplo.com/)
This package provides a set of decorators can be used for logging functions and routes.
If you want to learn basic things, go to [Tutorial](https://github.com/Worplo/nestlogged/wiki/tutorial).
If you want to learn things deeper or how decorators work, go to [Dive Deeper](https://github.com/Worplo/nestlogged/wiki/dive-deeper)
# Installation
[This package is published in npm](https://www.npmjs.com/package/nestlogged).
You can install this package using the package managers:
```sh
npm install nestlogged
```
Or,
```sh
yarn add nestlogged
```