Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nestjs-mod/nestjs-mod-contrib
Contrib repository for the NestJS-mod
https://github.com/nestjs-mod/nestjs-mod-contrib
contributions mod modules nestjs nestjs-mod
Last synced: 4 months ago
JSON representation
Contrib repository for the NestJS-mod
- Host: GitHub
- URL: https://github.com/nestjs-mod/nestjs-mod-contrib
- Owner: nestjs-mod
- License: mit
- Created: 2024-01-09T03:23:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-23T08:28:03.000Z (5 months ago)
- Last Synced: 2024-09-24T21:05:20.289Z (4 months ago)
- Topics: contributions, mod, modules, nestjs, nestjs-mod
- Language: TypeScript
- Homepage:
- Size: 3.35 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README-NX.MD
- License: LICENSE
Awesome Lists containing this project
README
# Commands
## Create library
```
./node_modules/.bin/nx g @nestjs-mod/schematics:library docker-compose --buildable --publishable --directory=libs/infrastructure/docker-compose --simpleName=true --projectNameAndRootFormat=as-provided --strict=true
```## Create application
```
./node_modules/.bin/nx g @nestjs-mod/schematics:application --directory=apps/example-cache-manager --name=example-cache-manager --projectNameAndRootFormat=as-provided --strict=true./node_modules/.bin/nx g @nx/angular:application --directory=apps/example-minio-angular --name=example-minio-angular --projectNameAndRootFormat=as-provided --strict=true --minimal=true --prefix=app --style=less --ssr=true --viewEncapsulation=None --e2eTestRunner=none --bundler=webpack
```## Remove library
```
./node_modules/.bin/nx g @nx/workspace:remove common
```## Remove application
```
./node_modules/.bin/nx g @nx/workspace:remove example-basic
```