https://github.com/statloc/cli
[pre-released] ⚡🧑💻 Command-line interface for @statloc, simple and fast.
https://github.com/statloc/cli
cli go open-source statistics
Last synced: 5 months ago
JSON representation
[pre-released] ⚡🧑💻 Command-line interface for @statloc, simple and fast.
- Host: GitHub
- URL: https://github.com/statloc/cli
- Owner: statloc
- License: other
- Created: 2025-09-30T13:51:58.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-10-23T13:54:43.000Z (8 months ago)
- Last Synced: 2025-10-23T15:38:49.450Z (8 months ago)
- Topics: cli, go, open-source, statistics
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# statloc cli
### ✏️ About
- Command-line interface for statloc
- Simple and fast
### ⚡ Installation
Via `go install`
```shell
go install github.com/statloc/cli
```
### 📝 Usage
```shell
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](https://github.com/statloc/cli/blob/master/CONTRIBUTING.md) to contribute to this project