Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmatongo/tacoma
https://github.com/mmatongo/tacoma
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmatongo/tacoma
- Owner: mmatongo
- Created: 2021-10-29T16:29:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T17:08:56.000Z (about 3 years ago)
- Last Synced: 2024-06-21T16:53:14.105Z (6 months ago)
- Language: Go
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TACOMA
It's like neofetch, but for github users.
I saw something similar on reddit and decided to recreate it using only golang.
Original inspiration:
[octofetch](https://github.com/azur1s/octofetch)
[Reddit Post](https://www.reddit.com/r/unixporn/comments/qi9pta/oc_octofetch_github_user_stats_fetch_written_in/)
## Usage
```sh
tacoma username
```## Build
```sh
# to run without installing it
make run
# to install to /usr/bin
make install
# to build a binary
make build
```