Skip to content
Norbert Wagner edited this page Feb 21, 2021 · 3 revisions

Godemon

Support windows, macos and linux

What's Godemon?

Godemon are CLI tools that allows user to using hot reload and project managment. Godemon is using config file called - project.json. In next pages I will explain how to use godemon. Now we need to learn how to install Godemon.

Installation using godemon-installer.sh

  1. Download the installer.sh from the newest release
  2. Use command in terminal - sudo chmod 777 ./godemon-installer.sh
  3. After this use command - sudo ./godemon-installer.sh and choose 1st option

Installation from source code

  1. Use command - wget https://github.com/nProgrammer/godemon/archive/X.X.X.zip
  2. Unzip the .zip directory
  3. Go to directory with source code
  4. Use command - go build
  5. After this use command - sudo chmod 777 ./godemon && sudo mv ./godemon /bin/godemon

Updating the godemon

  1. Download the godemon-installer.sh from the newest release
  2. Use command in terminal - sudo chmod 777 ./godemon-installer.sh
  3. After this use command - sudo ./godemon-installer.sh and choose 2nd option

Clone this wiki locally