This is a web based UI that helps you configure XML schemas for FontoXML.
It scans .xsd
files for element definitions and tells you if there are any configureAs*()
calls or insert_contextual-*
operations for each of them.
- ripgrep must be installed and in your
PATH
variable. It must be callable byrg
. Only version 13.0.0 has been tested so far.
npm i -g @alinnert/fdc
Run the command fdc
in your project directory.