axodotdev / axodotdev/cargo-dist

allow user to customize the installer terminal output

Open
#314 1 comment 0 reactions 0 assignees View on GitHub
feature request
Dominant language
Rust
Stars
2.1k
Forks
149
Avg merge
1d 11h
Merged PRs (30d)
32

Description

right now we have some stock output that happens when the installers are run. but often users like to print out branded messages, such as https://github.com/tursodatabase/turso-install/blob/main/install.sh#L31. it'd be cool to add:

- branded hello (printed when the installer starts)
- success (printed on success)
- failure (printed on error)

Contributor guide

Open the contributing guide

Research direction

Start by tracing how cargo-dist generates and prints its installer output, then compare the branded message example in install.sh at line 31. The work is done when installer configuration can provide distinct start, success, and failure messages and each is emitted at the corresponding stage.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust, shell
Domain
release
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.