lollms-webui/presets/make_programming_project.yaml
Saifeddine ALOUI 35d57ecafb upgraded
2023-09-21 21:35:15 +02:00

28 lines
750 B
YAML

name: Make programming project
content: |
```@<Language:all_programming_language_options>@
# project: @<Project name>@
# author: @<Author name>@
# description: @<The description of the code>@@<generation_placeholder>@
```
---------
Extra information:
license: apache 2.0
Program type: Stand alone.
Documentation:
Make README.md with the following table of contents:
## Description
## Installation
## Usage
## license
## Contribute
## Ethical guidelines
Instructions:
Write a user side README.md
Stick to the provided code content and do not invent extra information.
Make sure all sections of the table of contents are present in the file.
----
README.md:
```markdown@<generation_placeholder>@
```",