Application library generator

This generator is responsible for generating service-specific libraries.

You can run the application library generator by executing the following command:

nx generate @microservice-stack/workspace:application-library-generator

Executing the command will start the interactive shell which will guide you through different options for the application library generator. These options can also be added directly to the command by using the following flags:

  • --applicationName=<name> This flag sets the name of the application for which you want to generate the library

  • --libraryName=<name> This flag sets the name of the library you wish to create

  • --dry-run This flag will run the generator without actually generating any files.

  • --no-interactive This flag will skip the interactive shell

Last updated