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.
npm install node-kitNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compiles a .kit file to HTML using the default export.
Use named exports or ensure correct import style.
Consider alternatives or pin to known safe version.
Ensure input files have .kit extension.
Run `npm install node-kit` in your project directory.
Use `import kit from 'node-kit'` or `const kit = require('node-kit')` for CommonJS.No dependency data recorded yet.