wrongsecrets icon indicating copy to clipboard operation
wrongsecrets copied to clipboard

Create challengecreatorcli

Open commjoen opened this issue 1 year ago • 4 comments

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 avatar Dec 28 '22 16:12 commjoen

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

commjoen avatar Dec 28 '22 16:12 commjoen

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)

nbaars avatar Apr 28 '23 12:04 nbaars

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

commjoen avatar May 02 '23 18:05 commjoen

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

commjoen avatar Oct 04 '23 03:10 commjoen