Monorepo powered by NX
To test add --dry-run
on the end.
nx g @nx/node:lib --name=pg --directory=library/pg
To test add --dry-run
on the end.
nx g @nx/node:app api --framework express --directory apps/api
To test add --dry-run
on the end.
nx g @nx/next:app app --directory=apps/app
To test add --dry-run
on the end.
nx g @nx/next:lib --name=theme-toggler --directory=library/components/theme-toggler