#anagrams #cli-tool #find #words #front-end #path #anagrambot

app anabot

A CLI tool to find anagrams of words; front-end to anagrambot

2 stable releases

1.0.1 Oct 22, 2022
1.0.0 Jul 26, 2022

#8 in #anagrams

MIT license

295KB
737 lines

anabot

A CLI tool to find anagrams of words; front-end to anagrambot

Installation instructions

  1. Clone the anagrambot repository locally. This contains both the anagrambot library and the anabot CLI tool.

    • e.g. git clone https://github.com/generic-user1/anagrambot.git
  2. Enter the project directory

    • e.g. cd anagrambot
  3. Install the anabot binary

    • e.g. cargo install --path ./anabot
  4. Run the anabot binary

    • e.g. anabot --help

Dependencies

  • anagrambot for anagram related functionality
  • clap for command line argument parsing

Dependencies

~3MB
~58K SLoC