# whereis **Repository Path**: mirrors_jaywcjlove/whereis ## Basic Information - **Project Name**: whereis - **Description**: Simply get the first path to a bin on any system. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README whereis === [![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor) [![CI](https://github.com/jaywcjlove/github-actions/actions/workflows/ci.yml/badge.svg)](https://github.com/jaywcjlove/github-actions/actions/workflows/ci.yml) [![npm version](https://img.shields.io/npm/v/@wcjiang/whereis.svg)](https://www.npmjs.com/package/@wcjiang/whereis) [![Coverage Status](https://jaywcjlove.github.io/whereis/badges.svg)](https://jaywcjlove.github.io/whereis/coverage/lcov-report/) Like the unix `which` utility. Simply get the first path to a bin on any system. ## Install ```bash npm install @wcjiang/whereis --save ``` ## Usage ```js const whereis = require('@wcjiang/whereis'); (async () => { const where = await whereis('ls'); console.log('where:', where); // => /bin/ls })(); ``` ## Contributors As always, thanks to our amazing contributors! Made with [action-contributors](https://github.com/jaywcjlove/github-action-contributors). ## License Licensed under the MIT License.