Nrwl is a tool to manage a monorepo, it contains generators for scaffolding libraries & applications. If you have a Next.js or Nest.js library or application, it’ll help us generate it & provide some basic CLI commands to interact with it. Common actions such as building, testing, or serving a project can be done with Nrwl.
The easiest way to get started is to download https://marketplace.visualstudio.com/items?itemName=nrwl.angular-console& checkout the available commands in the plugin.
The format for a command is nx [action] [project] […flags]
Run pnpm cli
and check out what commands you can run.