Skip to content

Commit afbff1a

Browse files
committed
docs: Add Bash package manager comparison table
This table has mostly been reused from bpm-rock's bpm project
1 parent 3298283 commit afbff1a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ See [Installation](./docs/installation.md) and [Getting Started](./docs/getting-
4242

4343
## Alternatives Comparison
4444

45-
Why not use `bpkg` or `Basher`? Because `bpm`...
45+
Why not use `bpkg` or `Basher`? Because `hyperupcall/bpm`...
4646

4747
- Can install multiple packages at once
4848
- Install local dependencies for a particular project (bpkg and basher)
@@ -59,3 +59,16 @@ Why not use `bpkg` or `Basher`? Because `bpm`...
5959
- Install local directories as packages (bpkg)
6060

6161
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

Comments
 (0)