Skip to content
/ exes Public

😎 💻 Run your scripts in a interactive way 🚀

Notifications You must be signed in to change notification settings

junip/exes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exes

forthebadge forthebadge



npm made with nodejs styled with prettier license PRs Welcome

⭐ 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)

🆙

Usages

  • 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.

Prerequisites

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

Install Using NPM

You can use directly install the package using NPM or YARN

 npm install -g exes
 yarn add exes

use the below command to get started

 npx exes

By Cloning the repository

Install all dependency

npm install 

Create the symlink. This command will help you execute exes commands at global level

npm link or sudo npm link

Contribution

We hope that you will consider contributing to exes. Please read this short overview Contribution Guidelines for some information about how to get started

MIT License

exes is available under the MIT license. See the LICENSE file for more info.

🚀 Happy Coding