Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.7 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.7 KB

Friends Of Shopware Plugin Template

Twitter Follow Slack

Plugin Template is a repository that provides a pure template to make it easier to create a new plugin project (check the Creating a repository from a template article). The main goal of this template is to speed up the setup phase of plugin development for both new and experienced developers by preconfiguring the project scaffold and CI, linking to the proper documentation pages, and keeping everything organized.

Getting started

Before we dive into plugin development and everything related to it, it's worth mentioning the benefits of using GitHub Templates. By creating a new project using the current template, you start with no history or reference to this repository. This allows you to create a new repository easily without copying and pasting previous content, clone repositories, or clearing the history manually.

All you have to do is click the Use this template button (you must be logged in with your GitHub account).

After using the template to create your blank project, the [Template Cleanup][file:template_cleanup.yml] workflow will be triggered to override or remove any template-specific configurations, such as the plugin name, current changelog, etc. Once this is complete, the project is ready to be cloned to your local environment.