I want to be able to create my own module which would be built along with the other modules when I run $./apollo.sh build
Does that module have to have a script that calls it? What exactly makes a module and how can I create my own?
You can just add your module in modules/ folder. You can use modules/routing as an example, which is a relatively simple module. Write the BUILD files properly and apollo.sh will build your module automatically
Closing the issue due to no further communication. Feel free to re-open if there is follow up questions.
Most helpful comment
You can just add your module in
modules/folder. You can usemodules/routingas an example, which is a relatively simple module. Write theBUILDfiles properly andapollo.shwill build your module automatically