Alex
Alex
e.g. ``` curl https://github.com/nanaian/merlon/releases/download/latest/merlon-linux-x86_64 -o merlon && chmod +x merlon && sudo mv merlon /usr/local/bin/merlon ```
editorconfig/rustfmt/clippy/etc
For multiple packages in a repo e.g. nanaian/pm-mods
It would be useful for packages to only include certain deps when testing (`cargo run`), but not when exporting. For example, skip developer logos.
Currently, dependency patches are applied before the packages that depend on them: https://github.com/nanaian/merlon/blob/main/src/package/registry.rs#L188-L205 @Gorialis has had some thoughts about this: https://discord.com/channels/279322074412089344/1099844075399696394/1101066445472935966 Note: There's no need to do this until a...
Users shouldn't _need_ to build from source
https://lib.rs/crates/clap_mangen