JohnSundell / SwiftPlate

Easily generate cross platform Swift framework projects from the command line
MIT License
1.77k stars 88 forks source link

Ignore copying README & LICENSE files if they already exist #36

Closed JohnSundell closed 7 years ago

JohnSundell commented 7 years ago

If SwiftPlate is run in a repo that has been cloned from an empty GitHub repo, it will already contain a README.md and LICENSE files, which will cause SwiftPlate to error. What should happen is that if any (or both) of those files already exists, SwiftPlate should not attempt to overwrite them.