bowman

Bowman

A simple static site generator with an integrated toolchain for efficient development and delivery.

Features

Installation

Install:

    npm i -g @waldronmatt/bowman

Create project:

   create-bowman-starter -y

Install dependencies:

    npm install

Getting Started

Run dev environment:

    npm run dev

Build and serve for production:

    npm run build