Join us at Jamstack Conf Virtual, October 6-7. Register now!

StaticGen

A List of Static Site Generators for Jamstack Sites

AboutContributeAbout JamstackNeed a Static CMS?

Bowman

https://waldronmatt.github.io/bowman/ waldronmatt/bowman (11)
Languages:JavaScript
Templates:EJS
License:MIT

Bowman is a simple static site generator powered by Node.js, Webpack, and Browsersync. Bowman comes with pre-configured scripts to bundle assets, generate markup, and hot-reload pages. Pages are generated using the J.E.N. technology core (JSON - data, EJS - templating, Node.js - markup generation).

Features

  • Recursively generates page markup
  • Recursively finds and outputs entry points
  • Hot reloading of pages and assets
  • Asset bundling, cache prevention, and code splitting support

Getting Started

Install globally:

    npm i -g @waldronmatt/bowman

Create project:

   create-bowman-starter -y
    

Install dependencies:

    npm install

Run dev environment:

    npm run dev

Build and serve for production:

    npm run build

StaticGen is hosted and maintained by Netlify, the perfect way to deploy your Jamstack sites and apps.

© Netlify 2020