From 2d419cae5ca33d223274bc4f3c94e719bc860134 Mon Sep 17 00:00:00 2001 From: Bruno Charest Date: Fri, 2 May 2025 17:13:53 -0400 Subject: [PATCH] Rename project to Kode-Creator and add command help instructions in readme --- readme.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 907bddf..5909a34 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Project Creator +# Kode-Creator Kode-Creator is a simple command-line interface (CLI) application designed to help developers get up and running quickly with some small tools for managing Github, software, environment variables, and more. The application is built using Go lang, which provides a simple, fast, and fun way to build your projects. @@ -28,6 +28,16 @@ This will show the help menu. The main commands are: - `create` - Create a Github project - `list` - List Github orgs and repos +To show help for a command: + +```bash +./kode-creator.exe -h +./kode-creator.exe create -h +./kode-creator.exe list -h +./kode-creator.exe env -h +``` + + To create a project: ```bash