Project creation wizard to create Java or Kotlin projects using the Embabel agent framework.
Creates a new project in the current directory using a template repository. The wizard will guide you through the process of selecting a template and providing necessary project details.
To run:
uvx --from git+https://github.com/embabel/project-creator.git project-creator
If not provided, the wizard will prompt for the following optional arguments:
--repoTemplate repository URL or selection number (1=Kotlin, 2=Java)--project-nameName of the project to create--packagePackage name (e.g.com.example.myproject)