mirror of
https://github.com/kdabir/has.git
synced 2024-11-10 21:26:50 +01:00
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.hastest.bats | ||
.travis.yml | ||
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