sweet-potato-peeler 🍠🍴
Easily create a new sweet-potato project.
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/[repo-name]/[branch-name]
Branch specific
npx @wethegit/sweet-potato-peeler my-dir --template https://github.com/wethegit/[repo-name]/tree/[branch-name]