{"library":"node-kit","title":"Node Kit","description":"Node-based compiler for .kit template files (CodeKit format). Version 0.11.0, last updated in 2018. Low maintenance cadence. Supports variables, includes, and preprocessing for HTML templates. Differentiator: replicates CodeKit's .kit workflow in Node.js, enabling server-side or build-time compilation without the GUI.","language":"javascript","status":"maintenance","last_verified":"Fri May 01","install":{"commands":["npm install node-kit"],"cli":{"name":"node-kit","version":null}},"imports":["import kit from 'node-kit'","import { compile } from 'node-kit'","import { compileFile } from 'node-kit'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import kit from 'node-kit';\nconst html = kit('path/to/template.kit');\nconsole.log(html);","lang":"javascript","description":"Compiles a .kit file to HTML using the default export.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}