Skip to main content

Main Command

capx-compose

Create a new Next.js project with selected plugins.
Arguments:
  • project-name - Name of the project directory to create (required)
Options:
  • --plugins <list> - Comma-separated list of plugins to include
  • --use-pnpm - Use pnpm as package manager
  • --use-yarn - Use Yarn as package manager
  • --skip-install - Skip automatic dependency installation
  • --eslint - Include ESLint configuration
  • --no-eslint - Skip ESLint configuration
  • -y, --yes - Accept all defaults (non-interactive mode)
  • --dependency-strategy <strategy> - Dependency resolution strategy (smart|highest|lowest|compatible)
  • --silent - Suppress enhanced output
Examples:

Using with npx

The recommended way to use Capx Compose without global installation:
Examples:

Plugin Commands

plugins list

List all available plugins.
Example:

plugins show

Show details for a specific plugin.
Arguments:
  • plugin - Name of the plugin to show details for
Example: