A powerful command line tool to quickly scaffold your Jigsaw project
npm install -g puzzle-cli
To start with a mostly blank slate, use the plain preset:
puzzle new my-site --preset plain
NOTE: The plain preset is the default. This means you can leave the
--preset
flag out if you prefer.
To use the blog preset:
puzzle new my-blog --preset blog
To use the prelaunch preset:
puzzle new my-product --preset prelaunch
The new
command will install Jigsaw with the preset given.
A mostly blank slate for Jigsaw sites powered by Tailwind CSS.
A minimal blog preset template for Jigsaw sites powered by Tailwind CSS.
A modern, minimal prelaunch preset for Jigsaw powered by Tailwind CSS.
Puzzle CLI is open-sourced software licensed under the MIT license.