YamlTabl

December 22, 2025 ยท View on GitHub

Setup and Installation

This library using mise for version management, and nx for build and test management.

# versions of node and pnpm used
node = "22.16.0"
pnpm = "10.11.0"
pnpm install

# test suites
pnpm exec nx run yamltabl-core:test 
pnpm exec nx run yamltabl-npm-package:test 
pnpm exec nx run yamltabl-vscode-extension:test

# vscode extension
pnpm exec nx run yamltabl-vscode-extension:dev