Skip to content

Instantly share code, notes, and snippets.

@bnymn
Created August 31, 2021 05:15
Show Gist options
  • Save bnymn/0e28148c4dae7ce0f3a26233082be11a to your computer and use it in GitHub Desktop.
Save bnymn/0e28148c4dae7ce0f3a26233082be11a to your computer and use it in GitHub Desktop.
How to generate a new library within a monorepo in NestJS

You can use the following command to generate a new library in your NestJS monorepo. It is going to create links in your tsconfig.json file.

nest g lib <library_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment