Skip to content

Releases: jamalkaksouri/code-generation

v1.1.0 / 2023-08-30

19 Aug 12:56
Compare
Choose a tag to compare

Windows Installation Guide:

  1. Unzip the downloaded file.
  2. Copy "codegen.exe" to C:/users.
  3. Press Win + R, enter sysdm.cpl and hit Enter.
  4. In the Advanced tab, click Environment Variables
  5. Under System variables, find "Path" and click "Edit."
  6. 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:

  1. Unpack the installer: tar xzvf codegen-installer.tar.gz
  2. Navigate to the installer directory: cd codegen-installer
  3. Run the installation script: ./install-codegen.sh
  4. 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

12 Aug 10:28
Compare
Choose a tag to compare

Windows Installation Guide (amd64):

  1. Unzip the downloaded file.
  2. Copy "codegen.exe" to C:/users.
  3. Press Win + R, enter sysdm.cpl and hit Enter.
  4. In the Advanced tab, click Environment Variables
  5. Under System variables, find "Path" and click "Edit."
  6. 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):

  1. Unpack the installer: tar xzvf codegen-installer.tar.gz
  2. Navigate to the installer directory: cd codegen-installer
  3. Run the installation script: ./install-codegen.sh
  4. Open your terminal and type: codegen

Your installation on Linux (amd64) is now done. Simply enter codegen in the terminal to use the tool.