Skip to content

A powerful command line tool to quickly scaffold your Jigsaw project

License

Notifications You must be signed in to change notification settings

GeoffSelby/puzzle-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puzzle CLI

A powerful command line tool to quickly scaffold your Jigsaw project

Installation

npm

npm install -g puzzle-cli

Usage

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.

Current presets include:

Plain

A mostly blank slate for Jigsaw sites powered by Tailwind CSS.

Blog

A minimal blog preset template for Jigsaw sites powered by Tailwind CSS.

Prelaunch

A modern, minimal prelaunch preset for Jigsaw powered by Tailwind CSS.

License

Puzzle CLI is open-sourced software licensed under the MIT license.

About

A powerful command line tool to quickly scaffold your Jigsaw project

Resources

License

Stars

Watchers

Forks

Packages

No packages published