Shard Detail

ajuga v0.1.0

An application that translates and/or reads out what you type in, in a modular way.

Install & Use

Add the following code to your project's shard.yml under:

dependencies to use in production
- OR -
development_dependencies to use in development


ajuga:
  github: BlobCodes/Ajuga

Readme

A CLI application that first translates and/or afterwards reads out what you type into the prompt.

Installation

The Installation requires crystal and stards to be installed on your system. For more information, go to this link.

git clone https://gitlab.com/BlobCodes/ajuga
cd ajuga
shards build --release
# The binary file is now in bin/ajuga

Usage

You can either use the CLI:

ajuga -i (input language) [-o (output language)] [-t (translation backend)] [-a (audio backend)] [-s (tts backend)]

..or the (easier to use) prompt:

ajuga

After setting up the application, you'll see a text interface, into which you can type in your text.

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://gitlab.com/BlobCodes/ajuga/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors