Changing repo type #367
Answered
by
llucax
TalweSingh
asked this question in
Support
-
Is it easily possible to switch the repo type e.g. from api to lib or is there something important to adjust/consider? |
Beta Was this translation helpful? Give feedback.
Answered by
llucax
Mar 17, 2025
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Mmm, I'm not sure, the safest way I can think of is changing the type in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
llucax
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mmm, I'm not sure, the safest way I can think of is changing the type in the
.cookiecutter.json
and then re-generate the project as indicated in https://frequenz-floss.github.io/frequenz-repo-config-python/latest/user-guide/update-an-existing-project/#re-run-the-cookiecutter-command.