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.