An open API service indexing awesome lists of open source software.

https://github.com/kayjamlang/executor-cli

Command Line Interface (CLI) for KayJam scripts
https://github.com/kayjamlang/executor-cli

cli executor java java-8 kayjam kayjam-language language script scripting-language

Last synced: 9 months ago
JSON representation

Command Line Interface (CLI) for KayJam scripts

Awesome Lists containing this project

README

          

# KayJam Executor CLI
Command Line Interface for [KayJam language](https://github.com/KayJamLang/core) executor

[![Preview](https://raw.githubusercontent.com/KayJamLang/executor-cli/main/usage.gif)](https://github.com/KayJamLang/executor-cli)

## Installation
So far, installation is possible only on Windows.

### For Windows
1. Download windows.exe from latest release in [GitHub Releases](https://github.com/KayJamLang/executor-request-library/releases/latest)
2. Run windows.exe
3. Done

## Usage
### Run file
Open cmd (Win+R, type "cmd") and open the folder with the file.
Type "kj-cli -f "

## Installing libraries
### For Windows
1. Open the folder where KayJam is installed (Usually installed in C:\Program Files (x86)\kj-cli)
2. Open the "libs" folder
3. Copy the jar file of the downloaded library
4. Done

## Additionally
[Library catalog for KayJam Executor](https://github.com/KayJamLang/executor/blob/main/libs.md)