clmbmb
@clmbmb@lemmy.dbzer0.com
This is a remote user, information on this page may be incomplete. View original ↗
- Comment on ExposeMap: a small CLI to map what a Docker Compose file appears to expose 3 weeks ago:
I don’t get why people don’t try to use other languages for these type of CLI tools. I get that they are familiar with JavaScript, but npm is a nightmare right now and I wouldn’t install anything with it for some time.
There’s always shell scripting available, also Go, Rust and lots of other options (I specifically don’t mention Python, as pip is also a bit problematic).