bellatconv
v1.0.5
Published
A converter to transform belarusian cyrillic text to latin text
Downloads
3
Maintainers
Readme
bellatconv
A converter to transform belarusian cyrillic text to latin text.
Installation
$ npm install -g mrcoast/bellatconv
Usage
You can either pass input text as an argument:
bellatconv 'Жыве Беларусь!'
Converted text:
Žyvie Biełaruś!
or send it into stdin:
cat inputfile.txt | bellatconv