@wethegit/sweet-potato-peeler
v1.0.2
Published
Quickly scaffold sweet-potato projects
Downloads
10
Keywords
Readme
sweet-potato-peeler 🔪
Easily create a new sweet-potato project.
sweet-potato-peeler
is part of thesweet-potato
suite of tools. For information on how to structure a project check the sweet-potato docs.
Usage
npx @wethegit/sweet-potato-peeler my-dir --template default [--use-yarn | --use-pnpm | --no-install]
Available templates
default
Perfect for projects with multiple localizations and complex page compositions.
minimal
Ideal for landing pages, anything that won't require complex layouts.
Github templates
You can also provide a Github URL to a template and even a specific branch.
Basic
npx @wethegit/sweet-potato-peeler my-dir --template https://github.com/[user]/[repo-name]
Branch specific
npx @wethegit/sweet-potato-peeler my-dir --template https://github.com/[user]/[repo-name]/tree/[branch-name]