@@ -42,7 +42,7 @@ See [Installation](./docs/installation.md) and [Getting Started](./docs/getting-
42
42
43
43
## Alternatives Comparison
44
44
45
- Why not use ` bpkg ` or ` Basher ` ? Because ` bpm ` ...
45
+ Why not use ` bpkg ` or ` Basher ` ? Because ` hyperupcall/ bpm` ...
46
46
47
47
- Can install multiple packages at once
48
48
- Install local dependencies for a particular project (bpkg and basher)
@@ -59,3 +59,16 @@ Why not use `bpkg` or `Basher`? Because `bpm`...
59
59
- Install local directories as packages (bpkg)
60
60
61
61
I forked Basher because it had an excellent test suite and its behavior for installing packages made more sense to me, compared to ` bpkg `
62
+
63
+ | Software | Deps | Versions | Locations | Completions |
64
+ | ---------------- | ------| ----------| --------------------| ----------- |
65
+ | hyperupcall/bpm | Yes | Yes | Global, User, Repo | Yes |
66
+ | [ basher] | Yes | No | Global, User | Yes |
67
+ | [ bpkg] | Yes | Yes | Global, User, Repo | Yes |
68
+ | [ bpm-rocks/bpm] | Yes | No | Global, User, Repo | No |
69
+ | [ Themis] | Yes | Yes | Global, User, Repo | No |
70
+
71
+ [ basher ] : https://github.com/basherpm/basher
72
+ [ bpkg ] : https://github.com/bpkg/bpkg
73
+ [ bpm ] : https://github.com/bpm-rocks/bpm/
74
+ [ Themis ] : https://github.com/ByCh4n-Group/themis
0 commit comments