vmware-tanzu-labs / educates-training-platform

A platform for hosting interactive workshop environments in Kubernetes, or on top of a local container runtime.
https://docs.educates.dev
Apache License 2.0
63 stars 14 forks source link

Educates workshop authors need an accelerator to help bootstrap workshops #446

Open billkable opened 2 weeks ago

billkable commented 2 weeks ago

Is your feature request related to a problem? Please describe.

As an Educates workshop author I need to bootstrap a project that includes a place to put my content and a configuration for a workshop environment So that I can focus on authoring my content.

Describe the solution you'd like

A common pattern for bootstrapping projects is through a tool that an author can use to select a common set of known defaults, or "recipes" than can be used to build a repository and boiler plate artifacts so the author can immediately start writing and publishing content, versus struggling with the initial setup.

Good examples of such tools are Spring Initializr or the Tanzu Accelerator.

Ideally Educates should provide either a web-based tool or a cli should provide the ability for an author to specify the following:

Ideally the solution should be extensible, or allow adding of recipes to the "accelerator" in the future.

Describe alternatives you've considered

No response

Additional information

No response