Find out how many lines of code there are in an Xcode project?

Ref: https://stackoverflow.com/questions/2003534/how-to-find-out-how-many-lines-of-code-there-are-in-an-xcode-project

If Xcode project only has *.swift code

find . \( -iname \*.swift \) -exec wc -l '{}' \+

探索更多來自 LifeJourney 的內容

立即訂閱即可持續閱讀,還能取得所有封存文章。

Continue reading