anabot

Crates.ioanabot
lib.rsanabot
version1.0.1
sourcesrc
created_at2022-07-26 03:53:31.130647
updated_at2022-10-22 05:18:35.151328
descriptionA CLI tool to find anagrams of words; front-end to anagrambot
homepage
repositoryhttps://github.com/generic-user1/anagrambot
max_upload_size
id632970
size19,195
Nathan (generic-user1)

documentation

README

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
Commit count: 78

cargo fmt