@rpavlik/khr-reflow
v3.0.0
Published
Reflow AsciiDoctor sources according to Khronos spec conventions.
Downloads
3
Readme
khr-reflow
Port of the Khronos reflow.py
to TypeScript, to be able to make things like VS Code extensions, etc.
Specifically, a port of: https://github.com/KhronosGroup/OpenXR-Docs/blob/master/specification/scripts/reflow.py
Development
In a clone, run:
npm i
Using jest for tests, the following will get you started:
npm run test