Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/GooseOb/be-latinizer
- Owner: GooseOb
- Created: 2024-03-23T00:05:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T03:42:13.000Z (12 days ago)
- Last Synced: 2024-11-08T03:03:49.164Z (6 days ago)
- Language: TypeScript
- Homepage:
- Size: 205 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Belarusian - be-latinizer - Tool for latinization files in Belarusian (<a name="repositories"></a> Рэпазыторыі з зыходным кодам ##)
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
```