A CLI tool to find anagrams of words; front-end to anagrambot
-
Clone the
anagrambot
repository locally. This contains both theanagrambot
library and theanabot
CLI tool.- e.g.
git clone https://github.com/generic-user1/anagrambot.git
- e.g.
-
Enter the project directory
- e.g.
cd anagrambot
- e.g.
-
Install the
anabot
binary- e.g.
cargo install --path ./anabot
- e.g.
-
Run the
anabot
binary- e.g.
anabot --help
- e.g.
- anagrambot for anagram related functionality
- clap for command line argument parsing