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:
--repo
Template repository URL or selection number (1=Kotlin, 2=Java)--project-name
Name of the project to create--package
Package name (e.g.com.example.myproject
)