Skip to content

Commit

Permalink
Update README with instructions to create NestJS library
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Jan 9, 2024
1 parent e3c0ef6 commit d329bdc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit d329bdc

Please sign in to comment.