run-cli 0.0.53

A CLI to help you run any command
## Using Homebrew

```bash
brew install aymericbeaumet/tap/run
```

## Using Node.js [![npm]https://img.shields.io/npm/v/@aymericbeaumet/run]https://www.npmjs.com/package/@aymericbeaumet/run

This method requires [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm),
[yarn](https://yarnpkg.com/getting-started/install), or [pnpm](https://pnpm.io/installation) to be
installed on your machine.

```bash
npm install -D @aymericbeaumet/run
yarn add -D @aymericbeaumet/run
pnpm add -D @aymericbeaumet/run
```

Once installed, have a look at the
[Node.js Developer Guide](./user-guide/run-for-nodejs-developers.md).

## Using Cargo [![crates.io]https://img.shields.io/crates/v/run-cli]https://crates.io/crates/run-cli

This method requires the [Rust toolchain](https://www.rust-lang.org/tools/install) to be installed
on your machine.

```bash
cargo install -f run-cli
```

You can also install the latest master:

```bash
cargo install -f --git https://github.com/aymericbeaumet/run
```

Once installed, have a look at the [Rust Developer Guide](./user-guide/run-for-rust-developers.md).

## Manual install [![GitHub Release]https://img.shields.io/github/v/release/aymericbeaumet/run]https://github.com/aymericbeaumet/run/releases/latest

You can manually download the binary for your platform from the
[latest release](https://github.com/aymericbeaumet/run/releases/latest).