It's a script language made by Golang.
The complete documentation can be found here.
Examples can be found under the examples
directory.
If you wish to build Quick
you'll need Go version 1.19+ installed.
Please check your installation with:
go version
- Download the source code
git clone https://github.com/NextCodeX/qk.git
- Go to the
qk
directory and executego build
Apache License 2.0 - see LICENSE
for more details