Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 555 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 555 Bytes

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