ShellDecorator.swift

Change colors of your output on command line tools.

Stars
1

ShellDecorator.swift

Installation

.package(url: "https://github.com/417-72KI/ShellDecorator.swift", from: "0.0.1")

Usage

import ShellDecorator

print(Decorate.red("red text"))
print(Decorate.green.bold("green bold text"))

There are more samples in ShellDecoratorSample/main.swift.