A Homebrew tap with self-made tools.
As a software engineer I use little tools to be more productive. This repository is something like a craftsman toolbox.
Note: all these tools are shared as they are. They are opinionated and made to serve my personal needs and workflows. However I would be very happy to know that some of them work for you or at least inspire to build your own toolset.
brew tap soulim/tools
brew install soulim/tools/<formula>
or when the tap is installed already:
brew install <formula>
or install via URL (which will not receive updates):
brew install https://raw.githubusercontent.com/soulim/homebrew-tools/master/Formula/<formula>.rb
skript
- a command-line tool to bootstrap scripts according to the normalized script pattern.
PRs accepted.
SEE LICENSE.