Command Line
Command Line
The glang terminal command is actually a tool itself! With it, you can run code, create new projects, and more.
# just by using glang, it opens an input loop where you can write glang in the terminal
glang
# run a glang file
glang <filename>
# create a folder in the current directory titled <project_name> with the full glang setup
glang new <project_name>
# initialize a full glang setup in the current directory
glang init
# get glang's version
glang --version # or -v