mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
25 lines
1.5 KiB
Markdown
25 lines
1.5 KiB
Markdown
---
|
|
title: IntelliJ Platform Plugin Template
|
|
---
|
|
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
|
|
|
[**IntelliJ Platform Plugin Template**][gh:ippt] is a repository that provides a pure boilerplate template
|
|
to make it easier to create a new plugin project using the recommended [Gradle setup](/tutorials/build_system.md).
|
|
|
|
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.
|
|
|
|
GitHub Template allows you to create a new repository from the scaffold without having to copy and paste content,
|
|
clone repositories, or clear the history manually. All you have to do is click the <kbd>Use this template</kbd>
|
|
button on the GitHub project page. After that, GitHub Actions 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 and opened with
|
|
[IntelliJ IDEA][jb:download-ij].
|
|
|
|
For more details, please refer to the [IntelliJ Platform Plugin Template][gh:ippt] project documentation.
|
|
|
|
[gh:ippt]: https://github.com/JetBrains/intellij-platform-plugin-template
|
|
[jb:download-ij]: https://www.jetbrains.com/idea/download
|