2
1
mirror of https://github.com/kdabir/has.git synced 2024-11-10 21:26:50 +01:00
Go to file
Kunal Dabir 59a3369956 First cut of has
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.
2017-08-28 21:11:32 +05:30
.editorconfig adding usual suspects for project root 2015-02-12 19:28:24 +05:30
.gitattributes adding usual suspects for project root 2015-02-12 19:28:24 +05:30
.gitignore adding usual suspects for project root 2015-02-12 19:28:24 +05:30
has First cut of has 2017-08-28 21:11:32 +05:30
LICENSE update readme for the dqhub changes 2015-03-02 09:58:18 +05:30
README.md First cut of has 2017-08-28 21:11:32 +05:30

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