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-07-01 15:42:29 +00:00
[![Version ](https://img.shields.io/jetbrains/plugin/v/PLUGIN_ID.svg )](https://plugins.jetbrains.com/plugin/PLUGIN_ID)
[![Downloads ](https://img.shields.io/jetbrains/plugin/d/PLUGIN_ID.svg )](https://plugins.jetbrains.com/plugin/PLUGIN_ID)
## Template ToDo list
2020-07-01 15:57:51 +00:00
- [x] Create a new [IntelliJ Platform Plugin Template][template] project.
2021-09-03 13:46:49 +00:00
- [ ] Get known with the [template documentation][template].
2020-07-01 15:42:29 +00:00
- [ ] Verify the [pluginGroup ](/gradle.properties ), [plugin ID ](/src/main/resources/META-INF/plugin.xml ) and [sources package ](/src/main/kotlin ).
- [ ] Review the [Legal Agreements ](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html ).
2021-01-21 10:10:06 +00:00
- [ ] [Publish a plugin manually ](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate ) for the first time.
2020-07-01 15:42:29 +00:00
- [ ] Set the Plugin ID in the above README badges.
- [ ] Set the [Deployment Token ](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html ).
2020-07-01 15:57:51 +00:00
- [ ] Click the < kbd > Watch</ kbd > button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.
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
2020-09-07 11:37:36 +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.
2020-06-17 19:06:57 +00:00
To keep everything working, do not remove `<!-- ... -->` sections.
<!-- Plugin description end -->
## Installation
- Using IDE built-in plugin system:
2021-01-11 12:14:04 +00:00
< kbd > Settings/Preferences< / kbd > > < kbd > Plugins< / kbd > > < kbd > Marketplace< / kbd > > < kbd > Search for "%NAME%"< / kbd > >
2020-06-17 19:06:57 +00:00
< kbd > Install Plugin< / kbd >
- Manually:
Download the [latest release ](https://github.com/%REPOSITORY%/releases/latest ) and install it manually using
2021-01-11 12:14:04 +00:00
< kbd > Settings/Preferences< / kbd > > < kbd > Plugins< / kbd > > < kbd > ⚙️< / kbd > > < kbd > Install plugin from disk...< / kbd >
2020-06-17 19:06:57 +00:00
---
2020-07-01 15:57:51 +00:00
Plugin based on the [IntelliJ Platform Plugin Template][template].
[template]: https://github.com/JetBrains/intellij-platform-plugin-template