Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamori/goattools
Recreating common Linux CLI tools from scratch
https://github.com/kamori/goattools
Last synced: 26 days ago
JSON representation
Recreating common Linux CLI tools from scratch
- Host: GitHub
- URL: https://github.com/kamori/goattools
- Owner: Kamori
- Created: 2019-10-14T01:44:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T21:04:38.000Z (almost 5 years ago)
- Last Synced: 2024-06-19T15:11:54.547Z (5 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goat Tools
## Purpose
This is a learning excercise. This is an attempt to recreate many common CLI tools in different languages. This aims to have a Test Driven Development focus.## Development Utils
* do_both - Runs your tool and the real tool at the sametime
* `do_both cat -n file.txt`
* goatgen - Based on [tools](tools.txt) generate details for maintaining the repo
* `python utilities/goatgen.py --format markdown-table` <-- Broken# Completion Report
This tool is broken since the restructure of folders