https://github.com/sonyarianto/dauh
Detect well-known CLI on your computer. Is PHP exists? Is Node.js exists? and many more, along with its version.
https://github.com/sonyarianto/dauh
cli detector scanner system tool
Last synced: 17 days ago
JSON representation
Detect well-known CLI on your computer. Is PHP exists? Is Node.js exists? and many more, along with its version.
- Host: GitHub
- URL: https://github.com/sonyarianto/dauh
- Owner: sonyarianto
- License: mit
- Created: 2023-04-10T12:48:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T04:32:57.000Z (almost 3 years ago)
- Last Synced: 2025-10-25T13:10:11.193Z (8 months ago)
- Topics: cli, detector, scanner, system, tool
- Language: TypeScript
- Homepage:
- Size: 840 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
npm i -g dauh
```
now you can call it by typing `dauh` in your terminal.
## Screenshot

## 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 <> and contributors.