{"id":26842,"library":"codenut-compiler","title":"Codenut Compiler","description":"Codenut-compiler is a template compiler for the Nunjucks HTML framework, version 2.1.6. It appears to compile Nunjucks templates into HTML. The package has minimal documentation and an auto-generated README from GitHub Pages, suggesting it may be a personal or experimental project. It is published on npm but lacks usage examples, contributing guidelines, or a clear API. The repository shows little activity, and the package has few downloads. This makes it potentially unstable or unsupported for production use. It differentiates itself from standard Nunjucks by being a specific compiler, but without clear documentation, its reliability is uncertain.","status":"deprecated","version":"2.1.6","language":"javascript","source_language":"en","source_url":"https://github.com/uznam8x/codenut-compiler","tags":["javascript","codenut","prisf","uznam8x","compiler","nunjcuks","nut","html framework"],"install":[{"cmd":"npm install codenut-compiler","lang":"bash","label":"npm"},{"cmd":"yarn add codenut-compiler","lang":"bash","label":"yarn"},{"cmd":"pnpm add codenut-compiler","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"Package appears to use ESM but may not export a default; check documentation.","wrong":"const compiler = require('codenut-compiler')","symbol":"codenut-compiler","correct":"import compiler from 'codenut-compiler'"},{"note":"Named export may not exist; verify exports.","wrong":"const { compile } = require('codenut-compiler')","symbol":"compile","correct":"import { compile } from 'codenut-compiler'"}],"quickstart":{"code":"import compiler from 'codenut-compiler';\nconst template = 'Hello {{ name }}!';\nconst result = compiler(template, { name: 'World' });\nconsole.log(result); // 'Hello World!'","lang":"javascript","description":"Basic usage: compile a Nunjucks template with context."},"warnings":[{"fix":"Review source code or contact author.","message":"Package lacks documentation; usage may differ from expectations.","severity":"gotcha","affected_versions":">=2.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Install via npm install codenut-compiler and ensure entry point is correct.","cause":"Package not installed or ESM import not properly configured.","error":"Cannot find module 'codenut-compiler'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}