thesayfulla / catsay

πŸˆβ€β¬› | CLI app like cowsay but cats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

catsay

asciicast

Clone the GitHub repository to your local machine:

git clone https://github.com/thesayfulla/catsay.git

Navigate into the project directory:

cd catsay

Install Rust if you haven't already. You can do this via rustup: rustup.rs

Once Rust is installed, you can build and run the project using Cargo, Rust's build system and package manager.

Build and run the project:

cargo run

Optionally, you can provide command-line arguments when running the project:

cargo run -- "Hello, World!"

To see available command-line options and arguments, use:

cargo run -- --help

For contribution guidelines, please see CONTRIBUTING.md file.

About

πŸˆβ€β¬› | CLI app like cowsay but cats


Languages

Language:Rust 100.0%