Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/GooseOb/be-latinizer

Tool for latinization files in Belarusian
https://github.com/GooseOb/be-latinizer

Last synced: 1 day ago
JSON representation

Tool for latinization files in Belarusian

Awesome Lists containing this project

README

        

# be-latinizer

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run ./index.ts
# or
bun .
```

# Options

| name | default value | description |
| ---------- | ------------- | --------------------- |
| `--inp` | ./input | input directory |
| `--out` | ./output | output directory |
| `--inpenc` | win1251 | input files encoding |
| `--outenc` | win1250 | output files encoding |

Example:

```bash
bun . --inp ./cyr-translation --out ./lat-translation
```