mirror of
https://github.com/kdabir/has.git
synced 2024-11-10 21:26:50 +01:00
59a3369956
No need to install anything, no need to hit any url. all you need is bash. Many rough edges, many commands missing. there are potential unsafe operations like eval. but still feels much simpler than previous edition. |
||
---|---|---|
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
has | ||
LICENSE | ||
README.md |
has
has
helps you check presence of various command line tools on path.
How ?
Download the has
file. There is no dependency apart from bash
itself
$ bash has node npm java git gradle
✔ node 8.2.1
✔ npm 5.3.0
✔ java 1.8.0
✔ git 2.14.1
✔ gradle 4.0.1