It's looking like the tv-kitchen repository is not going to be a runing entrypoint for TVK, and instead we're going to ask people to import the core package and create an instance of it in code (or eventually use a cli).
Given that, I think we need two new repositories in the project:
examples which will have a series of independent packages that can be copied directly to show off certain recipes.
cli which will be the cli tool people can use to just run a tvk instance
That second one is not in scope of this issue... I shouldn't have brought it up!
Relevant Resources / Research
I think there are other projects that have example repositories, probably a good idea to check those out for inspiration..
Discussion
What do you want to talk about?
It's looking like the
tv-kitchen
repository is not going to be a runing entrypoint for TVK, and instead we're going to ask people to import the core package and create an instance of it in code (or eventually use a cli).Given that, I think we need two new repositories in the project:
examples
which will have a series of independent packages that can be copied directly to show off certain recipes.cli
which will be the cli tool people can use to just run a tvk instanceThat second one is not in scope of this issue... I shouldn't have brought it up!
Relevant Resources / Research
I think there are other projects that have example repositories, probably a good idea to check those out for inspiration..