Joseph Mearman
Joseph Mearman
I have a semi-solution. [](https://replit.com/new/github/Mearman/hello-world) the `hello world` package would need to be migrated to its own repo. And then I could migrate it to a submodule and set...
I should have put the naked link as well https://replit.com/new/github/Mearman/hello-world It doesn't appear to be possible from a subdirectory or branch though
silver lining. I could use that as a base for a lot of the other environment templates I want to create
Yup. I can't see an alternative. I can set up that `hello world` repo to keep up to date with changes from the main repo, though.
@dglazkov what did you want to do regarding this? I'm happy to set up the repo and syncing. but would need permission.
possibly, but that wouldn't stop the preview of the template and the template in the repo diverging
sorry I mean the actual contents of the template actually up on replit. as that wouldn't be updated by release, the result of the command in the `.replit` config could...
oooooh ok. I didn't expect the config would give you that much scope. I shall experiment further.
as the `create` package doesn't currently support merging into an existing directory I've done this inspired by your POC. what do you think? [](https://replit.com/new/github/ExaDev-io/breadboard-replit)
Thanks to @PaulKinlan for putting me on the right track. Though using it as a fork from a replit instance would still result in different content. So I'm not 100%...