vtranslit-scheme-scripts
v1.1.3
Published
Scripts to validate and export vtranslit schemes written in YAML as a plugin for vtranslit.
Downloads
14
Maintainers
Readme
vtranslit-scheme-scripts
Scripts to validate and export vtranslit schemes written in YAML as a plugin for vtranslit.
Usage
Install:
$ npm i vtranslit-scheme-scripts
In 'package.json':
{
"...": "...",
"scripts": {
"build": "vtranslit-scheme build",
"test": "vtranslit-scheme validate"
}
}