1.1.0 • Published 1 year ago

transcode-kz-cli v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

LICENSE (MIT)

See also

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

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago