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 installer.sh

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

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 update.sh from the newest release
  2. Use command in terminal - sudo chmod 777 ./update.sh
  3. After this use command - sudo ./update.sh

Clone this wiki locally