An open API service indexing awesome lists of open source software.

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.

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