feat(Action): add readme

This commit is contained in:
Lance 2024-08-31 17:53:10 +08:00
parent 15ec12d518
commit 049d74fe14
6 changed files with 28 additions and 2 deletions

8
.gitignore vendored
View File

@ -1,9 +1,13 @@
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
# Ignore all files and directories under build, except build/libs
build/*
!build/libs/
### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
@ -39,4 +43,4 @@ bin/
.vscode/
### Mac OS ###
.DS_Store
.DS_Store

15
.idea/git_toolbox_prj.xml Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GitToolBoxProjectSettings">
<option name="commitMessageIssueKeyValidationOverride">
<BoolValueOverride>
<option name="enabled" value="true" />
</BoolValueOverride>
</option>
<option name="commitMessageValidationEnabledOverride">
<BoolValueOverride>
<option name="enabled" value="true" />
</BoolValueOverride>
</option>
</component>
</project>

7
Readme.md Normal file
View File

@ -0,0 +1,7 @@
DidaNuGetExtension Rider Version
## Quickstart
编译好的插件在 ``build/libs/DidaNuGetExtension-1.0-SNAPSHOT.jar``
![plugin install](./image.png)
[docs]: https://plugins.jetbrains.com/docs/intellij/
[docs:ep]: https://plugins.jetbrains.com/docs/intellij/plugin-extensions.html

Binary file not shown.

BIN
image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB