Scaffolds a complete FrontMCP Nx monorepo with pre-configured tooling, dependencies, and directory structure.Documentation Index
Fetch the complete documentation index at: https://docs.agentfront.dev/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Options
| Option | Type | Default | Description |
|---|---|---|---|
name | string | — | Required. The name of the workspace |
packageManager | npm | yarn | pnpm | npm | Package manager to use |
skipInstall | boolean | false | Skip package installation |
skipGit | boolean | false | Skip git initialization. When false, runs git init and creates an initial commit. |
createSampleApp | boolean | true | Create a sample demo application |
Generated Files
Example
package.json includes all FrontMCP dependencies:
nx.json configures plugins for TypeScript, ESLint, and Jest with build caching and dependency ordering.