|
1 | 1 | # RedLib-Command-File |
2 | 2 |
|
3 | 3 |  |
4 | | -[](https://plugins.jetbrains.com/plugin/PLUGIN_ID) |
5 | | -[](https://plugins.jetbrains.com/plugin/PLUGIN_ID) |
| 4 | +[](https://plugins.jetbrains.com/17075-redlib-command-file/17075-redlib-command-file) |
| 5 | +[](https://plugins.jetbrains.com/17075-redlib-command-file/17075-redlib-command-file) |
6 | 6 |
|
7 | 7 | ## Template ToDo list |
8 | 8 | - [x] Create a new [IntelliJ Platform Plugin Template][template] project. |
9 | | -- [ ] Verify the [pluginGroup](/gradle.properties), [plugin ID](/src/main/resources/META-INF/plugin.xml) and [sources package](/src/main/kotlin). |
10 | | -- [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html). |
11 | | -- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time. |
12 | | -- [ ] Set the Plugin ID in the above README badges. |
13 | | -- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html). |
14 | | -- [ ] 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. |
| 9 | +- [x] Verify the [pluginGroup](/gradle.properties), [plugin ID](/src/main/resources/META-INF/plugin.xml) and [sources package](/src/main/kotlin). |
| 10 | +- [x] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html). |
| 11 | +- [x] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time. |
| 12 | +- [x] Set the Plugin ID in the above README badges. |
| 13 | +- [x] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html). |
| 14 | +- [x] 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. |
15 | 15 |
|
16 | 16 | <!-- Plugin description --> |
17 | 17 | This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have. |
|
0 commit comments