Releases: jamalkaksouri/code-generation
Releases · jamalkaksouri/code-generation
v1.1.0 / 2023-08-30
Windows Installation Guide:
- Unzip the downloaded file.
- Copy "codegen.exe" to C:/users.
- Press Win + R, enter
sysdm.cpl
and hit Enter. - In the Advanced tab, click
Environment Variables
- Under System variables, find "Path" and click "Edit."
- Click "New," add the "codegen.exe" path (e.g.,
C:\Users
), and confirm.
Your installation on Windows(arm64) is now done. Simply enter codegen
in the terminal to use the tool.
Linux Installation Guide:
- Unpack the installer:
tar xzvf codegen-installer.tar.gz
- Navigate to the installer directory:
cd codegen-installer
- Run the installation script:
./install-codegen.sh
- Open your terminal and type:
codegen
Your installation on Linux (amd64) is now done. Simply enter codegen
in the terminal to use the tool.
v1.0.0 / 2023-08-12
Windows Installation Guide (amd64):
- Unzip the downloaded file.
- Copy "codegen.exe" to C:/users.
- Press Win + R, enter
sysdm.cpl
and hit Enter. - In the Advanced tab, click
Environment Variables
- Under System variables, find "Path" and click "Edit."
- Click "New," add the "codegen.exe" path (e.g.,
C:\Users
), and confirm.
Your installation on Windows(arm64) is now done. Simply enter codegen
in the terminal to use the tool.
Linux Installation Guide (arm64):
- Unpack the installer:
tar xzvf codegen-installer.tar.gz
- Navigate to the installer directory:
cd codegen-installer
- Run the installation script:
./install-codegen.sh
- Open your terminal and type:
codegen
Your installation on Linux (amd64) is now done. Simply enter codegen
in the terminal to use the tool.