Hacker News new | ask | show | jobs
by Cthulhu_ 957 days ago
They have a number of applications they themselves built on top of their libraries (and cloud offering), listed at https://charm.sh/apps/. They claim it's used by enterprises on their landing page (https://charm.sh/#enterprise), but doesn't go into details.

As for who else uses it, I'm not sure, but you can use github search in go.mod files to see which projects import it; sloppy search query: https://github.com/search?q=%22github.com%2Fcharmbracelet%2F...

1 comments

Ok thanks! I'll have to reuse that github query for other projects too, very useful...