MemeTextConverter. A simple command-line string styler written in Swift.
A simple string styler written in Swift.
In terminal:
`MemeTC "Text you want to style" --{style}
Styles:
Run this code inside the project directory so you can access the tool from anywhere:
swift build --configuration release
cp -f .build/release/banner /usr/local/bin/banner
Learning how to make command-line tools with Swift, distribute packages to the public, and use GitHub.