From 3679d8f3ac4b7ac208a83c92404aaad08f6a186b Mon Sep 17 00:00:00 2001 From: p-sw Date: Wed, 26 Mar 2025 22:29:16 +0000 Subject: [PATCH] Delete page "Home" --- Home.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Home.md diff --git a/Home.md b/Home.md deleted file mode 100644 index b4ea192..0000000 --- a/Home.md +++ /dev/null @@ -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 -```