No description
Find a file
2022-04-15 12:45:54 -04:00
.github/ISSUE_TEMPLATE Initial commit 2022-04-15 12:45:54 -04:00
gradle/wrapper Initial commit 2022-04-15 12:45:54 -04:00
src/main Initial commit 2022-04-15 12:45:54 -04:00
.gitignore Initial commit 2022-04-15 12:45:54 -04:00
build.gradle Initial commit 2022-04-15 12:45:54 -04:00
gradle.properties Initial commit 2022-04-15 12:45:54 -04:00
gradlew Initial commit 2022-04-15 12:45:54 -04:00
gradlew.bat Initial commit 2022-04-15 12:45:54 -04:00
jitpack.yml Initial commit 2022-04-15 12:45:54 -04:00
pre-commit.sh Initial commit 2022-04-15 12:45:54 -04:00
README.md Initial commit 2022-04-15 12:45:54 -04:00
settings.gradle Initial commit 2022-04-15 12:45:54 -04:00

AdvancedChatModuleTemplate

This repository serves as a way to view use cases of AdvancedChatCore's code, and allow for easy module creation using this repository as a base. To get started clone the project and rename all the necessary files.

Development

To develop, all dependencies should automatically be processed through gradle. Make sure to update Core and other dependencies. To ensure code consistency the hook pre-commit.sh can be used (not required). To install the pre-commit hook run:

ln -s ../../pre-commit.sh .git/hooks/pre-commit