Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 686 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 686 Bytes

KMM MobileUp Template

Project structure

TODO

Feature graph

Technology stack

TODO

Git hooks

  1. Run detekt static code analysis and module graph validation before commit. Installation: cp git_hooks/pre-commit .git/hooks/ && chmod 0775 .git/hooks/pre-commit

  2. Add issue prefix in every commit message according to branch name. Installation: cp git_hooks/prepare-commit-msg .git/hooks/ && chmod 0775 .git/hooks/prepare-commit-msg

Geminio templates - creates boilerplate code

  1. Read installation instruction root/geminio/SETUP.MD
  2. Read user instruction root/geminio/HOW_TO_USE.MD

Good coding and happy day!🤘