-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Norbert Wagner edited this page Feb 25, 2021
·
3 revisions
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.
- Download the
installer.shfrom the newest release - Use command in terminal -
sudo chmod 777 ./godemon-installer.sh - After this use command -
sudo ./godemon-installer.shand choose 1st option
- Use command -
wget https://github.com/nProgrammer/godemon/archive/XX.XX.zip - Unzip the .zip directory
- Go to directory with source code
- Use command -
go build - After this use command -
sudo chmod 777 ./godemon; mkdir ~/.godemon; mkdir ~/.godemon/bin; mv ./godemon ~/.godemon/bin - Now add
export PATH=$PATH:~/.godemon/binto file.bashrc
- Download the
godemon-installer.shfrom the newest release - Use command in terminal -
sudo chmod 777 ./godemon-installer.sh - After this use command -
sudo ./godemon-installer.shand choose 2nd option
The godemon book, made by Norbert Wagner ( nProgrammer )