Skip to content

platacard/corredor

Repository files navigation

Shell (aka Corredor)

All Contributors

A wrapper to call shell commands from Swift code. A small part of the larger iOS deploy infrastructure at Plata.

Usage

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.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Andrei
Andrei

💻
Maksim Troshin
Maksim Troshin

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Shell wrapper in Swift with background capabilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages