transcode-kz-cli

1.1.0 • Public • Published

transcode-kz-cli

🇰🇿 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

LICENSE (MIT)

See also

  • transcode-kz    – Library for transcoding Kazakh between Cyrillic and Latin encodings.

Package Sidebar

Install

npm i transcode-kz-cli

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

14.5 kB

Total Files

12

Last publish

Collaborators

  • ardaqs