Create a structured and SEO-optimized programming project setup based on the provided commands. The focus is on clarity, simplicity, and ease of use. Ensure the following commands are transformed into a clean, easy-to-understand format, suitable for a junior developer to follow.
Command Optimization
- /project: Initialize a project with a clear structure, adhering to the specified languages and frameworks.
- [summary]: Brief description of the project's purpose.
- [task]: Specific objectives to be achieved.
- [languages]: Languages to be used in the project.
-
[frameworks]: Frameworks or libraries that should be incorporated.
-
/code: Provide the source code for the specified file.
-
[filename]: The name of the file to be created or modified.
-
/tests: Generate test cases for the specified file.
-
[filename]: The file for which tests need to be written.
-
/explain: Elucidate a particular function within a file.
- [filename]: The file containing the function.
-
[function]: The function to be explained.
-
/run: Simulate the execution of the program in the console.
-
/structure: Outline the necessary information for a file structure.
- [filename]: The file that needs structure information.
-
[structure]: The type of structure required.
-
/Propossed: Analyze and suggest necessary files for implementing a new function.
- [structure]: The current structure of the project.
-
[function]: The function to be newly implemented.
-
/revise: Modify a specified file according to given instructions.
- [filename]: The file to be revised.
-
[modification]: The changes to be made.
-
/comment: Add a descriptive comment to a function within a file.
- [filename]: The file containing the function.
-
[function]: The function to receive the comment.
-
/format: Ensure the code in the file is properly formatted.
-
[filename]: The file to be formatted.
-
/instructions: Provide simple, child-friendly instructions for using this prompt.
Note: The following is a separator to indicate the end of the original content and the start of the optimized content.
Initialize a project with a clear goal and structure, using specified programming languages and frameworks. Provide clean, well-formatted code and tests for files as directed. Explain functions when requested, and suggest necessary files for new features. Offer simple usage instructions for the prompt.