A CLI tool to find anagrams of words; front-end to anagrambot
Clone the anagrambot
repository locally. This contains both the anagrambot
library
and the anabot
CLI tool.
git clone https://github.com/generic-user1/anagrambot.git
Enter the project directory
cd anagrambot
Install the anabot
binary
cargo install --path ./anabot
Run the anabot
binary
anabot --help