QCL is a modern, component-based markup language designed to address HTML’s shortcomings, including lack of components, style scoping, interactivity, data binding, concise syntax, i18n, and modularity. It compiles to vanilla HTML, JavaScript, and CSS for universal compatibility.
Clone the repository:git clone https://github.com/nyigoro/quick-component-language.git cd quick-component-language
Install dependencies:npm install
Compile a QCL file:npx qcl compile examples/app.qcl --output dist
Report issues or suggest features on GitHub Issues. See CONTRIBUTING.md for guidelines.