puzzle-cli

0.0.2 • Public • Published

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.

Package Sidebar

Install

npm i puzzle-cli

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

13.7 kB

Total Files

5

Last publish

Collaborators

  • geoff_selby