axodotdev / axodotdev/cargo-dist
allow user to customize the installer terminal output
- 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
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