Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/samasaur1/repl
- Owner: Samasaur1
- Created: 2019-07-26T14:24:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T06:29:11.000Z (about 2 years ago)
- Last Synced: 2024-12-05T23:46:12.407Z (about 1 month ago)
- Topics: clt, command-line-tool, hacktoberfest, repl, swift
- Language: Swift
- Homepage: https://samasaur1.github.io/projects/repl.html
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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
```