Generating a New Project
Generate a component
yarn generate @nx/react:component MyComponent --project=island-ui-coreGenerate an application
yarn generate @nx/react:app my-appyarn generate @nx/next:app my-appyarn generate @nx/nest:app services/my-serviceGenerate a library
yarn generate @nx/react:lib my-lib --linter eslintMigrations
Generate a migrations
Migrating
Last updated
Was this helpful?