0.1.0 • Published 2 years ago

@memnrev/dict-replacer v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

@memnrev/dict-replacer

Utility for replacing dictionary entries with string values in files

Usage Example

const path = require('node:path');
const dictReplacer = require('@memnrev/dict-replacer');

const targetDir = path.resolve(__dirname, './en');
const dict = buildDictSomehow();

await dictReplacer(targetDir, dict);
0.1.0

2 years ago