docs(Initial-docs): add initial documentation

This commit is contained in:
zontreck 2024-10-04 02:54:03 -07:00
parent 92d69ee13b
commit 1a95a1269e
7 changed files with 49 additions and 3 deletions

7
init_commitizen Executable file
View file

@ -0,0 +1,7 @@
#! /bin/bash
python -m venv venv
source venv/bin/activate
# Install Commitizen
pip install -r requirements.txt