⭐ If you are using this tool or you like it, Star on GitHub — it helps!
🚀 A CLI tool that detects scripts from package.json and show in a selective prompt,
💄 it detect automatically the package manager and execute it accordingly. (i.e yarn or npm run)
-
You need to execute the
exes
command in the respective directory -
it takes the available scripts from the package.json and show it in a prompt.
-
if your executed directory doesnt contains the package.json it will return error.
You are required to have Node.js installed to run the cli tool or after installing Node.js you can make executable and run the excutable to use the tool. Make executable
You can use directly install the package using NPM or YARN
npm install -g exes
yarn add exes
npx exes
Install all dependency
npm install
npm link or sudo npm link
We hope that you will consider contributing to exes. Please read this short overview Contribution Guidelines for some information about how to get started
exes is available under the MIT license. See the LICENSE file for more info.
🚀 Happy Coding