Current installation method
Clone the repository, enter the project folder, then run the installer.
git clone https://github.com/GiavaScript/GiavaScript.git
cd GiavaScript
./install.sh
GiavaScript
Setup guide
For now, GiavaScript is installed directly from the repository. Run the commands below in order.
Clone the repository, enter the project folder, then run the installer.
git clone https://github.com/GiavaScript/GiavaScript.git
cd GiavaScript
./install.sh
giavascript --version
giavascript hello.js
// hello.js
var message = "GiavaScript is live"
console.log(message)