UNPKG

lambda.html

Version:

Lambda.html is a TypeScript-based HTML builder framework that leverages functional programming principles to provide a declarative, composable, and extensible approach for building dynamic web interfaces. Designed for robustness and maintainability, it in

37 lines (36 loc) 1.27 kB
{ "name": "lambda.html", "version": "2.4.1", "description": "Lambda.html is a TypeScript-based HTML builder framework that leverages functional programming principles to provide a declarative, composable, and extensible approach for building dynamic web interfaces. Designed for robustness and maintainability, it integrates seamlessly with CSS frameworks like Tailwind CSS and supports HTMX for enhanced interactivity without the need for JavaScript. Ideal for developers seeking to create clean, maintainable, and scalable web applications.", "type": "commonjs", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "scripts": { "test": "tsc && node dist/test/test.js" }, "files": [ "dist/src/**/*" ], "repository": { "type": "git", "url": "git+https://gitlab.com/seckmaster/lambda.html.git" }, "keywords": [ "html-builder", "typescript", "functional-programming", "declarative-ui", "web-development", "htmx", "tailwind-css", "composability", "robust-web-apps", "web-components" ], "author": "Toni K. Turk", "license": "ISC", "bugs": { "url": "https://gitlab.com/seckmaster/lambda.html/issues" }, "homepage": "https://gitlab.com/seckmaster/lambda.html#readme" }