NicolaeNMV / prismicio-code-generator

A code generator that for a given prismic.io mask generates code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prismic.io code generator - WIP

Development

  • Install Leiningen, the clojure build tool.

  • From the project directory, run lein cljsbuild auto dev.

It will compile the sources from the src/ directory to public/js/compiled.js.

Deployment

Compile with Google Closure compiler optimizations: lein cljsbuild once prod. This will replace public/js/compiled.js with smaller and faster JS code.

Relevant links

About

A code generator that for a given prismic.io mask generates code

License:MIT License


Languages

Language:Clojure 88.7%Language:CSS 11.3%