From 8736d038d899a21383fc5435d1c94ecc31f4d49a Mon Sep 17 00:00:00 2001 From: Shinwoo PARK Date: Sun, 10 Dec 2023 17:31:21 +0900 Subject: [PATCH] Updated Home (markdown) --- Home.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 38fe349..663f1e4 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,22 @@ -Welcome to the nestlogged wiki! +# NestJS Logging Decorators + +This package provides a set of decorators can be used for logging functions and routes. + +If you want to start quickly, go to [Quickstart](https://github.com/Worplo/nestlogged/wiki/quickstart). +If you want to learn things or how decorators work, then just browse this wiki page by page. + +# 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 +```