- Overview
- Dependencies
- Installation
- Usage
- Additional Info
A cross-platform CLI tool written to bring FIGlet to your machine. Constructed using the Rust programming language.
There are no depedencies required to install this CLI tool on your machine. However, if you would like to develop it further on your local machine, you will need to use the Rust programming language.
- Rust Installation Guide
- Keep in mind, Rust can also be installed using Homebrew using
brew install rust
- Keep in mind, Rust can also be installed using Homebrew using
Some additional dependencies to be aware of in this project are the two following Crates:
- figlet-rs
- struct-opt for Rust CLI Parsing
The following installation instructions are specifically for machines with Homebrew.
$ brew tap shruthikmusukula/rust-figlet
$ brew install rust-figlet
$ rust-figlet "text in here"
- Single word inputs need not be wrapped in quotes, but multi-word inputs require quotes
The Homebrew Formula for this project can be found here.