From 26b0788d8545acb0e0a23b3a78a5b32468a1103c Mon Sep 17 00:00:00 2001 From: Ahmed Hesham Date: Tue, 9 Sep 2025 11:25:57 +0300 Subject: [PATCH 1/2] added getting started --- Getting started.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Getting started.md diff --git a/Getting started.md b/Getting started.md new file mode 100644 index 0000000..4bf5cff --- /dev/null +++ b/Getting started.md @@ -0,0 +1,45 @@ +# بسم الله الرحمن الرحيم + + +## Installation + +> **Note:** Ghaymah CLI is currently supported only on **Linux**. + +To install the cli , run the following command: + +```bash +curl -sSl https://cli.ghaymah.systems/install.sh | bash +``` + +## Authentication + +## Command completion + +### Step 1: Identify your shell + +Run + +```bash +echo $SHELL +``` + +supported shells: +Supported shells: **bash**, **zsh**, **fish** + +### Step 2: Generate the completion script + +For Bash, run: + +```bash +gy completion bash >> ~/gy-completion.sh +``` + +### Step 3: Enable command completion + +Run + +```bash +echo "source ~/gy-completion.sh" >> ~/.bashrc +``` + +Then restart your terminal -- 2.49.1 From b4eb2088deed7d8b2d80f9a09648e16a64b1861c Mon Sep 17 00:00:00 2001 From: Ahmed Hesham Date: Tue, 9 Sep 2025 11:47:45 +0300 Subject: [PATCH 2/2] added Application.md and Project.md --- Application.md | 9 +++++++++ Getting started.md | 1 - Project.md | 3 +++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 Application.md create mode 100644 Project.md diff --git a/Application.md b/Application.md new file mode 100644 index 0000000..9ae70f1 --- /dev/null +++ b/Application.md @@ -0,0 +1,9 @@ +# Application + +what is an application + +## Requirement + +## creating an application + +## Configuring the .ghaymah.json diff --git a/Getting started.md b/Getting started.md index 4bf5cff..d07966c 100644 --- a/Getting started.md +++ b/Getting started.md @@ -1,6 +1,5 @@ # بسم الله الرحمن الرحيم - ## Installation > **Note:** Ghaymah CLI is currently supported only on **Linux**. diff --git a/Project.md b/Project.md new file mode 100644 index 0000000..bfcad9c --- /dev/null +++ b/Project.md @@ -0,0 +1,3 @@ +# Project +## Creating a project +## Getting a project ID \ No newline at end of file -- 2.49.1