Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
A CLI application that first translates and/or afterwards reads out what you type into the prompt.
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
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.
TODO: Write development instructions here
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)