Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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