Version 0.2.1
- support automatic packaging for curseforge via .pkgmeta - include project logo - auto-update the project description via .docmeta
This commit is contained in:
parent
418e6cf446
commit
32a692279a
4
.docmeta
Normal file
4
.docmeta
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
-
|
||||||
|
type: markdown
|
||||||
|
input-file: README.md
|
||||||
|
output-page: "Main"
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,7 +37,6 @@ out/
|
|||||||
obj/
|
obj/
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
twitch/
|
|
||||||
*.log
|
*.log
|
||||||
*.graphml
|
*.graphml
|
||||||
coverage.db*
|
coverage.db*
|
||||||
|
22
.pkgmeta
Normal file
22
.pkgmeta
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
package-as: Grichelde
|
||||||
|
|
||||||
|
enable-nolib-creation: no
|
||||||
|
|
||||||
|
externals:
|
||||||
|
libs/LibStub: https://repos.wowace.com/wow/libstub/tags/1.0
|
||||||
|
libs/CallbackHandler-1.0: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0
|
||||||
|
libs/AceAddon-3.0: https://repos.wowace.com/wow/ace3/trunk/AceAddon-3.0
|
||||||
|
libs/AceConsole-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConsole-3.0
|
||||||
|
libs/AceEvent-3.0: https://repos.wowace.com/wow/ace3/trunk/AceEvent-3.0
|
||||||
|
libs/AceGUI-3.0: https://repos.wowace.com/wow/ace3/trunk/AceGUI-3.0
|
||||||
|
libs/AceHook-3.0: https://repos.wowace.com/wow/ace3/trunk/AceHook-3.0
|
||||||
|
libs/AceLocale-3.0: https://repos.wowace.com/wow/ace3/trunk/AceLocale-3.0
|
||||||
|
|
||||||
|
ignore:
|
||||||
|
- twitch
|
||||||
|
|
||||||
|
manual-changelog:
|
||||||
|
filename: CHANGELOG.md
|
||||||
|
markup-type: markdown
|
||||||
|
|
||||||
|
license-output: LICENSE
|
@ -1,6 +1,6 @@
|
|||||||
# Grichelde - Text replacer
|
# Grichelde - Text replacer
|
||||||
|
|
||||||
Grichelde replaces characters you entered in a chatbox with any replacment text you specified in the addon options.
|
Grichelde is a WoW Classic Addon that replaces characters you typed in a chatbox with any replacement text you specified in the addon options.
|
||||||
|
|
||||||
Intentionally started as a helper addon for a roleplaying friend, Grichelde can be used for much more, like
|
Intentionally started as a helper addon for a roleplaying friend, Grichelde can be used for much more, like
|
||||||
* fixing your common spelling errors :)
|
* fixing your common spelling errors :)
|
||||||
|
BIN
twitch/logo.gif
Normal file
BIN
twitch/logo.gif
Normal file
Binary file not shown.
After ![]() (image error) Size: 12 KiB |
BIN
twitch/logo.pptx
Normal file
BIN
twitch/logo.pptx
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user