Compositor JSX static site generator
The GenCompositor JSX static site generator is a tool that allows users to build static sites using Lab components and Iso JSX files. It can export static HTML and inlined CSS, handle multiple routes, and export CSS using styled-components, glamorous, and more. The tool also enables the usage of Lab components and themes in markdown and allows users to pass props data via front-matter. Users can export a static site and run it in development mode.
To install the GenCompositor JSX static site generator, follow these steps:
npm install gen-compositor
import Gen from 'gen-compositor';
const gen = new Gen(options);
gen.buildStaticSite();
gen.runDevelopmentServer();
The GenCompositor JSX static site generator is a powerful tool for building static sites using Lab components and Iso JSX files. It allows users to export static HTML and inlined CSS, handle multiple routes, and export CSS using popular libraries like styled-components and glamorous. It also provides the capability to use Lab components and themes in markdown and pass props data via front-matter. With its easy installation process and robust features, GenCompositor JSX static site generator is a great choice for developers looking to create static sites efficiently.