2 stable releases
1.0.1 | Oct 22, 2022 |
---|---|
1.0.0 | Jul 26, 2022 |
#8 in #anagrams
295KB
737 lines
anabot
A CLI tool to find anagrams of words; front-end to anagrambot
Installation instructions
-
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.
Dependencies
- anagrambot for anagram related functionality
- clap for command line argument parsing
Dependencies
~3MB
~62K SLoC