2020-06-17 19:06:57 +00:00
|
|
|
# %NAME%
|
|
|
|
|
2020-06-19 05:36:30 +00:00
|
|
|
![Build](https://github.com/%REPOSITORY%/workflows/Build/badge.svg)
|
2020-06-17 19:06:57 +00:00
|
|
|
|
|
|
|
<!-- Plugin description -->
|
2020-06-19 05:36:30 +00:00
|
|
|
This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have.
|
2020-06-17 19:06:57 +00:00
|
|
|
|
|
|
|
This specific section is a source for the [plugin.xml](./src/main/resources/META-INF/plugin.xml) file which will be
|
|
|
|
extracted by the [Gradle](./build.gradle.kts) during the build process.
|
|
|
|
|
|
|
|
To keep everything working, do not remove `<!-- ... -->` sections.
|
|
|
|
<!-- Plugin description end -->
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
- Using IDE built-in plugin system:
|
|
|
|
|
|
|
|
<kbd>Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > <kbd>Search for "%NAME%"</kbd> >
|
|
|
|
<kbd>Install Plugin</kbd>
|
|
|
|
|
|
|
|
- Manually:
|
|
|
|
|
|
|
|
Download the [latest release](https://github.com/%REPOSITORY%/releases/latest) and install it manually using
|
|
|
|
<kbd>Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
|
|
|
|
|
|
|
|
|
|
|
|
---
|
2020-06-19 05:36:30 +00:00
|
|
|
Plugin based on the [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template).
|