Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Generate Gomu files after the fact #2258

Merged
merged 7 commits into from
Sep 10, 2021
Merged

Generate Gomu files after the fact #2258

merged 7 commits into from
Sep 10, 2021

Conversation

AuditeMarlow
Copy link
Contributor

@AuditeMarlow AuditeMarlow commented Sep 10, 2021

After a Gomu project is generated, previously there was no way to generate for example Skaffold files after the fact. This change adds a new Gomu command, generate that is able to do just that. It generates Gomu project template files in the current directory. Currently only Skaffold files are supported to be generated after the fact.

Additionally, I've refactored the way files are generated by creating a generator package. This package is now implemented by both the new and generate Gomu commands.

@asim asim merged commit e23006b into micro:master Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants