Rename project to Kode-Creator and add command help instructions in readme
This commit is contained in:
parent
30faa74194
commit
2d419cae5c
12
readme.md
12
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user