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