Nx

A Monorepo Helper

Commands

  • list

show a list of plugins

yarn nx list
  • list plugin

show plugin commands

yarn nx list @nrwl/react
  • generate

get help first

yarn nx generate @/nrwl/react:application --help

dry run (to see what will be generated)

yarn nx generate @/nrwl/react:application [application name] --dry-run