Remix.run Logo
comradesmith 5 days ago

Cause one is a formatter and the other is a package manager. That shouldn’t be hard to understand.

nikisweeting 5 days ago | parent | next [-]

Package managers providing a shortcut to call a standardized formatter is a very popular feature in many languages, also not hard to understand the appeal:

- cargo fmt

- go fmt

- deno fmt

- dart format

agos 4 days ago | parent [-]

- mix format

too!

chippiewill 5 days ago | parent | prev [-]

`uv` isn't a package manager (that's the `uv-pip` sub command), it's a project manager. It's meant to manage all aspects of the project.