SteeltoeOSS / InitializrService

Reference implementation of a Steeltoe Initializr Server project generator
Apache License 2.0
5 stars 2 forks source link

Use a file-system rather than an archive for project templates. #54

Closed ccheetham closed 3 years ago

ccheetham commented 3 years ago

Rather than using zip files which require a build/release process, use a file system (either local or remote).

The download mechanism would need to be implemented, presumably something like a go-getter.

This approach removes the need to build/release project templates. Instead, for example, a template could be maintained in a GitRepo and referenced directly.

ccheetham commented 3 years ago

This issue has been obviated by decision to port project generation to Net Core Tool templates.