JohnSundell / ShellOut

Easily run shell commands from a Swift script or command line tool
MIT License
872 stars 85 forks source link

Add sample Xcode project? #9

Closed getaaron closed 6 years ago

getaaron commented 7 years ago

Running

pod try https://github.com/JohnSundell/ShellOut

should clone the repo and open a sample project, but produces this error:

Unable to find any project in the source files of the Pod

This is because it can't find a sample project.

It would be nice to create a simple command line project which just includes ShellOut and some examples, and/or maybe a playground file.

JohnSundell commented 6 years ago

Hi @getaaron 👋

I honestly don't think ShellOut needs an example project, it's such a simple tool and pretty much the entire API is described in the README file. If you have any questions or need any help getting started with ShellOut I'd be more than happy to help, but I don't think it's worth maintaining an Xcode project for this one.

Thanks anyway for your suggestion 👍