10.1.5 • Published 5 years ago

paperclip-html-compiler v10.1.5

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Compiles Paperclip files down to vanilla HTML & CSS

TODO:

  • ability to define pages via config
  • Possibly connect to "build" button in UI
  • variable triggers for setting state

Config example:

module.exports = {
  mainComponent: "Website",
  pages: {
    index: {
      // variable label: value
      home: "contact",
      contact: "about"
    }
  }
};