@devgfnl/pwa-extension-template
v0.0.6
Published
PWA Studio extension template
Downloads
3
Readme
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.
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.