Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.11 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.11 KB

What?


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

Homebrew:

brew install kojix2/brew/lolcat

Usage

lolcat README.md
lolcat --help

As a library

See examples

Development

This project was created as an example of a command line tool. Use only standard libraries and keep it simple.

Contributing

Pull requests and issues are welcome.

License

The original lolcat is licensed under the BSD 3-Clause "New" or "Revised" License. Thus, the same is true for this project.