Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samasaur1/repl

A simple CLT to prefix any command with a given one
https://github.com/samasaur1/repl

clt command-line-tool hacktoberfest repl swift

Last synced: 12 days ago
JSON representation

A simple CLT to prefix any command with a given one

Awesome Lists containing this project

README

        

# REPL

A simple CLT to prefix any command with a given one

## Installing
Make sure Xcode 10.2 or higher is installed first.

### [Homebrew](https://brew.sh)

```sh
$ brew install Samasaur1/core/repl
```

### [Mint](https://github.com/yonaskolb/mint)

#### Install
```sh
$ mint install Samasaur1/REPL
```

##### Update
```sh
$ mint install Samasaur1/REPL
```

### Swift Package Manager

**Use CLI**

```sh
$ git clone https://github.com/Samasaur1/REPL.git
$ cd REPL
$ swift run REPL
```