Updated NestLogged (markdown)
parent
80871a2cf8
commit
a14e8bbd4a
@ -2,5 +2,21 @@
|
||||
|
||||
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.
|
||||
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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user