refactor: Move modules into their own directory structure (#80)

This separates out the module template logic so that it is easier to
undertstand what each section does. This will also allow creating in
repo documentation for any special modules that don't use a bash base.
This commit is contained in:
Gerald Pinder 2024-02-24 02:16:30 -05:00 committed by GitHub
parent 0b4e1003a2
commit 4c8a8f7aa8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 239 additions and 688 deletions

View file

@ -12,6 +12,7 @@
shadow_rs::shadow!(shadow);
pub mod akmods_info;
pub mod commands;
pub mod constants;
pub mod module_recipe;