Skip to content

Latest commit

 

History

History

anabot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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