Skip to content

Detect well-known CLI on your computer. Is PHP exists? Is Node.js exists? and many more, along with its version.

License

Notifications You must be signed in to change notification settings

sonyarianto/dauh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sponsor GitHub Sponsors Discord npm npm

dauh

Detect well-known CLI on your computer. Is PHP exists? Is Node.js exists? and many more, along with its version. This tool is like a quick checkup of several well-known CLI.

Installation

Install it globally

npm i -g dauh

now you can call it by typing dauh in your terminal.

Screenshot

Dauh

FAQs

  • How to update? Just run npm i -g dauh@latest and your installation will be updated to the latest version.
  • How it works? This tool basically just opinionated aggregator of "get version" for each well-known cli, e.g. we detect availability of npm by triggering npm -v.
  • I want to add missing cli, can I? Just open src/config.ts and add there. Test it by running npx jiti ./src/index.ts and pull request if you are confident.

License

MIT

Copyright © 2023 Sony Arianto Kurniawan <sony@sony-ak.com> and contributors.

About

Detect well-known CLI on your computer. Is PHP exists? Is Node.js exists? and many more, along with its version.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published