# camel-kameleon **Repository Path**: mirrors_apache/camel-kameleon ## Basic Information - **Project Name**: camel-kameleon - **Description**: Camel Kameleon is a project to scaffold new Camel project. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-11 - **Last Updated**: 2025-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kameleon - project scaffolding for Apache Camel This is a project generator for Apache Camel. It generates maven-based Java project with preconfigured Apache Camel runtime and selected components/extensions. Try [kameleon.dev](https://kameleon.dev) ## Build and run locally ### Prerequisites - Java 11 - Maven 3.8 - Git ### Run in development mode ```bash export MAVEN_HOME=$YOUR_MAVEN_HOME ; mvn quarkus:dev ``` ### Build ```bash mvn package ``` ### Run ```bash export MAVEN_HOME=$YOUR_MAVEN_HOME ; java -jar target/kameleon/kameleon-0.4.1-runner.jar ``` ## Start locally Start the latest image locally: ```bash docker run -i --rm -p 8080:8080 ghcr.io/apache/camel-kameleon:latest ```