| ▲ | jarrettcoggin 6 hours ago | |
Are you doing this for non-library projects as well? I'm trying to wrap my head around the idea of packaging a microservice using this mechanism (I haven't heard of this before now). | ||
| ▲ | simonw 2 hours ago | parent [-] | |
I have templates for Datasette plugin, Python libraries and Python CLI tools. I often have Claude Code build little HTML+JavaScript tools which are simple enough that I don't need a template ("Vanilla JavaScript, no dependencies or build script, test it with Playwright"). I've built a couple of Go apps which works great because Go has such strong default patterns and a full featured standard library, so again no need for a template. | ||