Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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