You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -377,7 +376,7 @@ This project is under development with an opinionated setup. It's vital to revie
377
376
<br>
378
377
379
378
<palign="right">
380
-
<ahref="#top"><b>🔝 Return </b></a>
379
+
<ahref="#top"><b>Return </b></a>
381
380
</p>
382
381
383
382
---
@@ -547,13 +546,13 @@ To generate a *README.md* file, use the `readmeai` command in your terminal, alo
547
546
548
547
To customize the README file generation process, you can modify the project's [configuration file:](https://github.com/eli64s/readme-ai/blob/main/readmeai/settings/config.toml)
549
548
550
-
-[*api*](https://github.com/eli64s/readme-ai/blob/main/readmeai/settings/config.toml) - OpenAI language model API configuration settings.
551
-
-[*base_urls*](https://github.com/eli64s/readme-ai/blob/main/readmeai/settings/config.toml) - Base URLs for supported remote repository platforms.
552
-
-[*cli*]((https://github.com/eli64s/readme-ai/blob/main/readmeai/settings/config.toml) - CLI option settings used by the *readme-ai* application.)
553
-
-[*git*](https://github.com/eli64s/readme-ai/blob/main/readmeai/settings/config.toml) - Default git repository settings used if no repository is provided.
554
-
-[*paths*](https://github.com/eli64s/readme-ai/blob/main/readmeai/settings/config.toml) - Directory paths and files used by the *readme-ai* application.
555
-
-[*prompts*](https://github.com/eli64s/readme-ai/blob/main/readmeai/settings/config.toml) - Large language model prompts used to generate the README file.
556
-
-[*md*](https://github.com/eli64s/readme-ai/blob/main/readmeai/settings/config.toml) - Dynamic Markdown section code templates used to build the README file.
549
+
-**api**: OpenAI language model API configuration settings.
550
+
-**base_urls**: Base URLs for supported remote repository platforms.
551
+
-**cli**: CLI option settings used by the *readme-ai* application.
552
+
-**git**: Default git repository settings used if no repository is provided.
553
+
-**paths**: Directory paths and files used by the *readme-ai* application.
554
+
-**prompts**: Large language model prompts used to generate the README file.
555
+
-**md**: Dynamic Markdown section code templates used to build the README file.
You can also use the `short flags` for the CLI options above. In this example we are naming the output file `readme-ai.md`, setting the repository URL to the *readme-ai* repository, using the `flat-square` badge style, and removing emojis from the README file header names.
580
+
You can also use the `short flags` for the CLI options above.
581
+
582
+
In this example we name the output file `readme-ai.md`, set the repo URL to *readme-ai*, use the `flat-square` badge style, and remove emojis from the README file header names.
Additionally, you can run readme-ai in offline mode, or without an API key! This option is useful for spinning up a baseline README.md file that still contains your project's metadata.
0 commit comments