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.
- Host: GitHub
- URL: https://github.com/s4m-mo/coderun
- Owner: s4m-mo
- Created: 2022-01-15T17:04:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-14T17:57:42.000Z (almost 3 years ago)
- Last Synced: 2026-01-15T07:33:15.435Z (6 months ago)
- Topics: cli, linux, macos, multiplatform, windows
- Language: Go
- Homepage:
- Size: 3.65 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...]
```