1.1.0 • Published 5 years ago

trans-sr v1.1.0

Weekly downloads
-
License
BSD-2-Clause
Repository
-
Last release
5 years ago

trans-sr

npm version

Usage:

trans-sr [options] <mapName> <input>
  -o, --output <filename>
  -f, --file
  -h, --help
  -q, --quiet

mapName - the name of transliateration map. May be one of these:

  • lat2cyr
  • cyr2lat

input is either a raw content or a file (if -f option is specified).

Example:

trans-sr lat2cyr "Igor"
Игор

Installation

yarn install -g

Development

yarn install
yarn link
... work ...
yarn unlink

Publis

yarn publish