lolcat

build

Crystal implementation of the lolcat.

Installation

Download from GitHub Release

From source code:

git clone https://github.com/kojix2/lolcat.cr
cd lolcat.cr
shards build --release
mv bin/lolcat /usr/local/bin/ # or any directory in your PATH

Usage

CLI

lolcat README.md
lolcat --help

As a library

See examples

Development

Purpose:

This project was created as a template or sample for creating a command line tool. It uses only standard libraries and is very simple in its mechanics.

Contributing

Pull requests and issues are welcome.

License

The original lolcat is licensed under the BSD 3-Clause "New" or "Revised" License So this project is also licensed under the same license.