1.1.3 • Published 4 years ago

vtranslit-scheme-scripts v1.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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"
  }
}