0.0.3 • Published 3 years ago

mooltipage v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

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. During the initial development phase (version 0.x), major and breaking changes may be released at any time with a minor or patch version increase.

Requirements:

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

Important Note: Watch mode on Mac OS is currently unstable. Mac systems are currently not tested in CI and support is not guaranteed.

More Information:

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