another WSL matching fix
[webi-installers/.git] / webi / package.yash
1 # title: Webi
2 # homepage: https://webinstall.dev
3 # tagline: |
4 #   Webi is how developers install their tools.
5 # description: |
6 #   Webi is what you would have created if you automated how you install your common tools yourself: Simple, direct downloads from official sources, unpacked into `$HOME/.local`, added to `PATH`, symlinked for easy version switching, with minimal niceties like resuming downloads and 'stable' tags.
7 #   
8 #   - Easy to remember.
9 #   - No magic, no nonesense, no bulk.
10 #   - What you would have done for yourself.
11 #
12 # examples: |
13 #   You can install _exactly_ what you need, from memory, via URL:
14 #
15 #   ```bash
16 #   curl https://webinstall.dev/node@lts | bash
17 #   ```
18 #
19 #   Or via `webi`, the tiny `curl | bash` shortcut command that comes with each install:
20 #
21 #   ```bash
22 #   webi node@latest
23 #   ```
24 #
25 #   ```bash
26 #   webi golang@v1.14
27 #   ```
28 #
29 #   ```bash
30 #   webi rustlang
31 #   ```
32 #
33 #   You can see exactly what PATHs have been edited:
34 #
35 #   ```bash
36 #   pathman list
37 #   ```
38 #
39 #   And where:
40 #
41 #   ```bash
42 #   cat $HOME/.config/envman/PATH.env
43 #   ```
44 #
45
46 END