Skip to content

Instantly share code, notes, and snippets.

@rampadc
Created November 10, 2019 04:19
Show Gist options
  • Save rampadc/e26c88f418047b3aa517394c9f1f8348 to your computer and use it in GitHub Desktop.
Save rampadc/e26c88f418047b3aa517394c9f1f8348 to your computer and use it in GitHub Desktop.
Aliases for Nx CLI to use with NestJS
alias nx-g:module='ng g @nestjs/schematics:module --sourceRoot=apps/api/src --path=app'
alias nx-g:service='ng g @nestjs/schematics:service --sourceRoot=apps/api/src --path=app'
alias nx-g:controller='ng g @nestjs/schematics:controller --sourceRoot=apps/api/src --path=app'
alias nx-g:gateway='ng g @nestjs/schematics:gateway --sourceRoot=apps/api/src --path=app'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment