Skip to content

Commit

Permalink
changed name for better github integration
Browse files Browse the repository at this point in the history
  • Loading branch information
nachokhan committed Jan 22, 2024
1 parent 58c92cf commit 95db6ba
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The project is split into three versions, each representing a stage of developme
- `version_2`: Revised code based on ChatGPT's suggestions, improved to adhere to PEP8 guidelines.
- `version_3`: Further enhancements and feature additions proposed by ChatGPT.

Each version folder contains the project files and a `changes.md` file, detailing the ChatGPT interactions and suggested modifications. The `changes.md` in `version_1` is empty as it's the starting point.
Each version folder contains the project files and a `readme.md` file, detailing the ChatGPT interactions and suggested modifications. The `readme.md` in `version_1` is empty as it's the starting point.

*Note*: Setting up and running the project is optional and mainly for experimentation with ChatGPT enhancements.

Expand Down Expand Up @@ -42,11 +42,11 @@ python main.py
Run the following command to generate the project structure:

```
pstruc -ip ".env",".git","*pycache*","*.yml","version_*","changes.md" -fc "*.py" -o pstruc_example -f yaml
pstruc -ip ".env",".git","*pycache*","*.yml","version_*","readme.md" -fc "*.py" -o pstruc_example -f yaml
```

### Argument Explanation
- **-ip**: Ignores specified patterns like `.env`, `.git`, `*pycache*`, `*.yml`, `version_*`, and `changes.md`.
- **-ip**: Ignores specified patterns like `.env`, `.git`, `*pycache*`, `*.yml`, `version_*`, and `readme.md`.
- **-fc**: Includes the content of Python files (`*.py`).
- **-o**: Sets the output file's name as `pstruc_example.yaml`.
- **-f**: Chooses YAML as the output format.
Expand Down
1 change: 0 additions & 1 deletion version_1/changes.md

This file was deleted.

3 changes: 3 additions & 0 deletions version_1/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# No Changes in this version

As the very first, `version_1` doesn't have changes (it's the first version!)
File renamed without changes.
File renamed without changes.

0 comments on commit 95db6ba

Please sign in to comment.