Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lemonnekogh/uefi-development-plugin-for-clion
使用这个插件,你可以轻松地创建、管理和构建EDK2项目
https://github.com/lemonnekogh/uefi-development-plugin-for-clion
Last synced: 11 days ago
JSON representation
使用这个插件,你可以轻松地创建、管理和构建EDK2项目
- Host: GitHub
- URL: https://github.com/lemonnekogh/uefi-development-plugin-for-clion
- Owner: LemonNekoGH
- License: apache-2.0
- Created: 2020-09-06T12:01:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T12:03:02.000Z (over 4 years ago)
- Last Synced: 2024-10-26T22:52:59.274Z (about 2 months ago)
- Language: Kotlin
- Size: 231 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# uefi-development-plugin-for-clion
![Build](https://github.com/LemonNekoGH/uefi-development-plugin-for-clion/workflows/Build/badge.svg)
[![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
- [x] Create a new [IntelliJ Platform Plugin Template][template] project.
- [ ] 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).
- [ ] [Publish a plugin manually](https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/publishing_plugin.html) for the first time.
- [ ] Set the Plugin ID in the above README badges.
- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html).
- [ ] Click the Watch button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have.
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.
## Installation
- Using IDE built-in plugin system:
Preferences > Plugins > Marketplace > Search for "uefi-development-plugin-for-clion" >
Install Plugin
- Manually:Download the [latest release](https://github.com/LemonNekoGH/uefi-development-plugin-for-clion/releases/latest) and install it manually using
Preferences > Plugins > ⚙️ > Install plugin from disk...---
Plugin based on the [IntelliJ Platform Plugin Template][template].[template]: https://github.com/JetBrains/intellij-platform-plugin-template