Skip to content

GabrielFNLima/pwa-extension-template

Repository files navigation

PWA Studio extension template

This template provides a basic structure to kickstart your PWA Studio extension development efficiently. Be sure to refer to the create-pwa-studio-extension documentation for more details on the PWA Studio extension creation process.

Vscode Extension

PWA Studio Generator

How to use

To create an extension using this template, follow the steps below:

1 - Ensure you have Yarn installed in your environment.

2 - Run the following command in your terminal:

yarn create @larsroettig/pwa-extension --template @devgfnl/pwa-extension-template@latest

This command will initiate the process of creating your extension, using this template as a foundation.