Hey @amasad! One of my friends is a high school CS teacher, and I've been helping design some projects for their class using Repl.it. One thing I've been looking for, is there a way to publish packages the students can import in their project? It seems like from most of the examples if we want to provide code to the students the only supported way is just including all the source code in the template. I'd really like a way to publish a Repl.it namespaced package that the students can just import, which I can update at any time.
One example: a project where students can make a bot to play a board game. We want to provide all of the client/connection logic for them so they just write the bot part. We can't easily update the source files if we need to change it after they started the template. Also some kids may edit the files and cause it to not work.