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 #41

Closed alexisakers closed 7 years ago

alexisakers commented 7 years ago

If a README.md and/or a LICENSE files already exist in the destination directory, SwiftPlate will no longer attempt to overwrite them.

This fixes #36.

kiliankoe commented 7 years ago

GitHub does not require the capitalization of these files. Would it therefore make sense to check the lowercased names against each other instead?

alexisakers commented 7 years ago

Good point! I made the check case-insensitive.