LVskripts is a transpiler that converts code from a Latvian-language JavaScript syntax (LVskripts) to regular JavaScript, enabling programmers to write JavaScript using Latvian keywords (e.g., 'konstante' for 'const', 'ja' for 'if', 'printēt' for 'console.log'). Version 1.3.0 is the latest stable release; the library is in active development with a focus on educational/novelty use rather than production. It provides both Latvian-to-JS and JS-to-Latvian transpilation via a CLI tool. The package does not expose a programmatic API.
npm install lvskriptsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install the CLI globally and use two main commands: transpile Latvian JS to JS and reverse.
Use as a CLI only; run via 'lvskripts' command. For programmatic use, consider forking or using child_process.
Run 'lvskripts --help' for usage information in Latvian.
Pin exact version in production or rely on CLI behavior.
Run 'npm install -g lvskripts' and ensure npm global bin is in PATH.
Transpile first using 'lvskripts -k input.lv' to generate JavaScript, then run with Node.
Install locally: 'npm install lvskripts' or use CLI globally.
No dependency data recorded yet.