Each of these issues needs to follow the same basic format:
- Take a look at
- Is the requested tool a good fit for Webi?
- has official binary releases
(or well-known 3rd party release)
- binary releases are single-file (like Caddy, rg, bat)
- or a self-contained package (like Node, Go, Flutter)
- they DO NOT require dependencies (no
apt-get install whateverlib)
- Can a beginner add this tool easily?
- binary releases are available via GitHub Releases or Gitea Releases
- or releases are scripts available purely as Source code
- is there an existing installer in the same basic format?
(see The Installer Matrix)
- Am I the right person to add this tool?
- do you personally use the tool?
- can you effectively communicate its best qualities in a cheat sheet?
- or can you at least get the installer portion working via copy/paste/edit?
Each of these issues needs to follow the same basic format:
(or well-known 3rd party release)
apt-get install whateverlib)(see The Installer Matrix)