transcode-kz-cli
v1.1.0
Published
Transcoding Kazakh from Cyrillic to Latin
Downloads
3
Maintainers
Readme
transcode-kz-cli
:kazakhstan: A command line utility for transcoding Kazakh between Cyrillic and Latin encodings.
Usage examples
Read a plain text from command argument and write the output to the console:
npx transcode-kz-cli "Қазақша мәтін"
Read a JSON from command argument and write the output to the console:
npx transcode-kz-cli --format=json "{ \"city\": \"Қала\" }"
Read plain text from a file and write the output to another file:
npx transcode-kz-cli --device=file cyr.txt lat.txt
Read JSON from a file and write the output to another file:
npx transcode-kz-cli --device=file --format=json --indent=4 cyr.json lat.json
Install globally (optional)
npm install -g transcode-kz-cli
License
See also
- transcode-kz – Library for transcoding Kazakh between Cyrillic and Latin encodings.