An open API service indexing awesome lists of open source software.

https://github.com/s4m-mo/coderun

A CLI tool to run multiple languages. Works on MacOS, Linux and Windows.
https://github.com/s4m-mo/coderun

cli linux macos multiplatform windows

Last synced: 3 months ago
JSON representation

A CLI tool to run multiple languages. Works on MacOS, Linux and Windows.

Awesome Lists containing this project

README

          

# CodeRun

CodeRun is a CLI tool that allows you to run many languages all from within one tool.

## Installation

To install, run the `install.py` file.

For Linux users, use...
```bash
sudo -s python3.9 install.py
```

## Usage

Linux and Windows...
```
coderun [any other args...]
```

MacOS
```
coderun-macos [any other args...]
```