Skip to content

NextCodeX/qk

Repository files navigation

Quick

It's a script language made by Golang.

Documentation

The complete documentation can be found here.

Examples can be found under the examples directory.

Compile from source

If you wish to build Quick you'll need Go version 1.19+ installed.

Please check your installation with:

go version
  1. Download the source code git clone https://github.com/NextCodeX/qk.git
  2. Go to the qk directory and execute go build

License

Apache License 2.0 - see LICENSE for more details

Thanks