Skip to content

Skyvive/SwiftStatistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftStatistics

SwiftStatistics is a command line tool written in Swift that'll report the number of lines in your .swift files.

Installation

Using Homebrew makes getting SwiftStatistics easy:

$ brew tap skyvive/tap
$ brew install swiftstats

Usage

Simply navigate to the directory of your Swift project and run swiftstats:

$ cd Skyvive/SwiftStatistics
$ swiftstats
---------------------
File.swift         21
files.swift        26
main.swift         12
print.swift        61
utils.swift        14
---------------------
Total             134

Neato!

Author

Brad Hilton, brad.hilton.nw@gmail.com

License

SwiftStatistics is available under the MIT license. See the LICENSE file for more info.

Releases

No releases published

Packages

No packages published

Languages