A wrapper to call shell commands from Swift code. A small part of the larger iOS deploy infrastructure at Plata.
let result = Corredor.command(
"git status",
arguments: ["--porcelain"],
options: .printOutput
).run()
// Working tree is clean! (or not)
...If you're not into haha naming, just use Shell.command..., we understand.
Thanks goes to these wonderful people (emoji key):
Andrei 💻 |
Maksim Troshin 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!