0.0.5 • Published 3 years ago

exes v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

exes

forthebadge forthebadge

npm made with nodejs styled with prettier license PRs Welcome

:star: If you are using this tool or you like it, Star on GitHub — it helps!

:rocket: A CLI tool that detects scripts from package.json and show in a selective prompt,

:lipstick: it detect automatically the package manager and execute it accordingly. (i.e yarn or npm run)

:up:

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.

:rocket: Happy Coding

0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago