Skip to content

Latest commit

Β 

History

History
51 lines (42 loc) Β· 1.68 KB

File metadata and controls

51 lines (42 loc) Β· 1.68 KB

statloc cli

✏️ About

  • Command-line interface for statloc
  • Simple and fast

⚑ Installation

Via go install

go install github.com/statloc/cli

πŸ“ Usage

statloc project_name/
πŸ—£οΈ Languages
+--------+-----+-------+
| Title  | LOC | Files |
+--------+-----+-------+
| Python | 4   | 2     |
| C++    | 8   | 2     |
| Rust   | 8   | 2     |
| Go     | 8   | 1     |
+--------+-----+-------+

⚑ Components
+-------------+-----+-------+
| Title       | LOC | Files |
+-------------+-----+-------+
| Tests       | 10  | 3     |
| Controllers | 8   | 2     |
+-------------+-----+-------+

πŸ“Š Total statistics
Languages: 4   LOC: 28   Files 7

🀝 Contributing

Follow our guide to contribute to this project