From d329bdc387358236f0abcce1fc5779e908f76eca Mon Sep 17 00:00:00 2001 From: William Calderipe Date: Tue, 9 Jan 2024 16:05:08 +0100 Subject: [PATCH] Update README with instructions to create NestJS library --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7e517c105..59e39f4ac 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,11 @@ make lint make format/check make lint/check ``` + +## Creating a NestJS library + +Run the command below and follow the instructions to create a new NestJS library. + +```bash + npx nx g @nx/nest:library +```