commands.sh

jigsaw

all

A Laravel-based static site builder for PHP.

More info →

Examples (6)

Initialize a project

Initialize a project using a starter template

jigsaw init template_name

Build the site for development

jigsaw build

Preview the site from the "build_local" directory

Build the site for production

jigsaw build production

Preview the site from the "build_production" directory

jigsaw serve build_production
made by @shridhargupta | data from tldr-pages