TvrtkoM / mooltipage

Compile-time framework for creating large-scale static HTML websites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mooltipage static site generator

build status npm version contributor covenant

Mooltipage is a new static site generator designed to simplify development of large, content-heavy websites. Using syntax inspired by popular single-page app frameworks, Mooltipage provides a rich HTML API that enables flow control, greater reusability, and even build-time optimizations directly from your HTML markup. Build-time scripts can utilize the full power of Node.JS and access Mooltipage's JavaScript API to extend the framework and implement custom Domain-Specific Languages. Data-binding is easily implemented using JavaScript expressions within classic handlebars / moustache syntax or ES2015-inspired templated strings.

Mooltipage is currently considered "in-development" and should not be used for production web projects.

Requirements:

  • Node.JS 12.x or newer
  • Windows, Linux, or Mac OS

More Information:

Check out the Getting Started Guide to quickly learn the basics of Mooltipage. For more detailed information, see the Full Documentation (WIP).

About

Compile-time framework for creating large-scale static HTML websites

License:MIT License


Languages

Language:TypeScript 99.6%Language:JavaScript 0.2%Language:HTML 0.1%Language:CSS 0.0%