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 +```