Usage
Options
| Option | Type | Default | Description |
|---|---|---|---|
name | string | — | Required. The name of the application |
directory | string | apps/<name> | The directory of the application |
tags | string | — | Comma-separated tags for the project |
Generated Files
Generated Code
src/my-app.app.ts
src/main.ts
Nx Targets
The generatedproject.json includes these targets:
| Target | Executor | Description |
|---|---|---|
build | @frontmcp/nx:build | Compile to dist/ |
dev | @frontmcp/nx:dev | Development mode with watch |
serve | @frontmcp/nx:serve | Run application server |
test | @frontmcp/nx:test | Run Jest tests |
inspector | @frontmcp/nx:inspector | Launch MCP Inspector |