{"library":"lvskripts","title":"LVskripts","description":"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.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install lvskripts"],"cli":{"name":"lvskripts","version":null}},"imports":["import lvskripts from 'lvskripts'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install globally\nnpm install -g lvskripts\n\n// Create a test file 'hello.lv' with Latvian JS:\n// konstante x = 10\n// ja (x > 5) { printēt(\"Liels\") }\n\n// Transpile to JavaScript:\nlvskripts -kompilet hello.lv\n\n// Or use short flag:\nlvskripts -k hello.lv\n\n// Reverse transpile from JS to Latvian:\nlvskripts -otradi hello.js","lang":"typescript","description":"Shows how to install the CLI globally and use two main commands: transpile Latvian JS to JS and reverse.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}