JavaScript tools for the Validation and Transformation Language
The documentation can be found in the docs folder and browsed online.
Storybook is also available online.
VTL Tools is a monorepo. You can find below 4 packages giving 4 librairies.
This library is not yet maintained.
Last version is 0.1.15.
Editor
component & interpret
function are now exposed into to separate libs, see below.
interpret
function is exposed at root (named export)
Editor
component is exposed at root (named export)
VtlLexer
, VtlParser
, VtlListener
and VtlVisitor
are exposed at root (named export)
VtlLexer
, VtlParser
, VtlListener
and VtlVisitor
are exposed at root (named export)
Clone Github repository:
git clone https://github.com/InseeFr/VTL-Tools.git
cd VTL-Tools
Install dependencies (yarn is required because of workspaces) and locally build packages:
yarn
yarn build
Run once:
yarn test
Run with hot reloading:
yarn test-watch
Run storybook:
yarn start-storybook