winget install --id=Gentee.Gentee -e
Gentee is a strongly typed procedural language. First of all, it is designed to write scripts to automate repetitive actions and processes on the computer. The Gentee language has a simple syntax and it is easy to learn and maintain.
Gentee is a strongly typed procedural language designed to automate repetitive actions and processes on the computer through scripts. It offers a simple syntax, making it easy to learn and maintain, while providing robust capabilities for automation tasks.
Key Features:
Audience & Benefit:
Ideal for developers, system administrators, and automation enthusiasts seeking a reliable tool to streamline repetitive tasks. Gentee helps reduce manual effort, improve process consistency, and provides a robust environment for script development and execution.
Gentee is a free open source script programming language. The Gentee programming language is designed to create scripts to automate repetitive actions and processes on your computer. If you use or plan to use .bat files, bash, PowerShell or special programs to automate actions, then try doing the same thing with Gentee.
Want to see a sample application that successfully uses the Gentee programming language? Take a look at Eonza, a free cross-platform program for easy creation and management of scripts.
All documentation is available on GitHub.
You can download other binary distributions for Linux, macOS, Windows here.
You can use the Gentee compiler and virtual machine in golang projects without any restrictions.
Documentation is available here.
$ go get -u github.com/gentee/gentee
$ cd gentee/gentee/cli
$ go build
Linux: ./gentee myscript.g
Wndows: gentee.exe myscript.g
gentee [-ver] [-t] [command-line parameters for script]
By default, the program prints the output of the script to the console and returns 0 if successful.
Code | Description |
---|---|
1 | The script file was not found. |
2 | Compilation error. |
3 | Runtime Error. |
4 | The result is erroneous at start with the -t parameter. |
If you have any questions and suggestions or would like to help in the development, add your issue here.
Copyright (c) 2018-present, Alexey Krivonogov