File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 5
5
```
6
6
./node_modules/.bin/nx g @nestjs-mod/schematics:library --buildable --publishable --directory=libs/infrastructure/docker-compose --simpleName=true --strict=true
7
7
8
+ ./node_modules/.bin/nx g @nestjs-mod/schematics:library --name=feature-name --buildable --publishable --directory=libs/feature-name --simpleName=true --strict=true --linter=eslint --unitTestRunner=jest
9
+
8
10
./node_modules/.bin/nx g @nestjs-mod/schematics:library --buildable --publishable --directory=libs/core/keyv --simpleName=true --strict=true
9
11
10
12
./node_modules/.bin/nx g @nx/angular:library --directory=libs/core/sso-angular
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Commands for create empty NestJS-mod library
64
64
65
65
``` bash
66
66
# Create NestJS-mod library
67
- ./node_modules/.bin/nx g @nestjs-mod/schematics:library --linter=eslint --unitTestRunner=jest --buildable --publishable --directory=libs/feature-name --simpleName=true --strict=true
67
+ ./node_modules/.bin/nx g @nestjs-mod/schematics:library --name=feature-name --buildable --publishable --directory=libs/feature-name --simpleName=true --strict=true --linter=eslint --unitTestRunner=jest
68
68
```
69
69
70
70
Add created library to ` apps/app-name/src/main.ts `
You can’t perform that action at this time.
0 commit comments