Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 680 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 680 Bytes

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