Skip to content
Ayush Singh edited this page Sep 14, 2026 · 1 revision

Ezy

A readable, deterministic scripting language for automation.

Ezy is a simple scripting language designed to make common automation tasks easy to write and understand.

It focuses on:

  • Readable syntax
  • Deterministic behavior
  • File operations
  • Processes and commands
  • HTTP requests
  • JSON
  • Automation
  • A simple command-line interface

Quick Start

Installation

For development, clone the repository:

git clone https://github.com/SinghCod3r/ezy.git
cd ezy

Clone this wiki locally