Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Create challengecreatorcli #555

Open
commjoen opened this issue Dec 28, 2022 · 4 comments
Open

Create challengecreatorcli #555

commjoen opened this issue Dec 28, 2022 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@commjoen
Copy link
Collaborator

In order to speed up challengecreation we can best create a cli which creates the required class file and asciidoc. It only needs options like:

  • type (cloud/k8s/docker)
  • Title (Freeform)
    And then generate the required challenge file and the asciidoc
@commjoen
Copy link
Collaborator Author

Preferably cross compiled in Golang (Linux, macOS, windows and all 3 for arm and x86/ia64)

@commjoen commjoen added the enhancement New feature or request label Feb 13, 2023
@nbaars
Copy link
Collaborator

nbaars commented Apr 28, 2023

Instead of writing your own CLI, Maven supports this already for a long time, see: https://maven.apache.org/guides/introduction/introduction-to-archetypes.html
This way it is fully integrated and can be used directly from Maven (no cross compilation etc etc)

@commjoen
Copy link
Collaborator Author

commjoen commented May 2, 2023

I like the archetypes a lot! (And the cli as well :-))

nbaars pushed a commit that referenced this issue May 5, 2023
create the class file and asciidoc file

Refs: #555
nbaars pushed a commit that referenced this issue May 17, 2023
@commjoen
Copy link
Collaborator Author

commjoen commented Oct 4, 2023

Hi @nbaars do you have any update on this :) ?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

2 participants