npm install -D @nestjs/cli
npx ng g workspace-schematic nest
edit tools/schematics/nest/index.ts
and tools/schematics/nest/schema.json
# npx nx workspace-schematic nest [schematics] [name] [project]
npx nx workspace-schematic nest controller name api
# library (generated but not for nrwl)
npx nx workspace-schematic nest lib firestore
TODO