Replies: 1 comment
-
Pushed the scripts to an open repo at gitlab https://gitlab.com/metafence/shellgpt-scripts. Looking forward for your comments. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
I am excited to share a Bash script that I've developed to automate the documentation of source code files. This script leverages the capabilities of shellGPT to analyze source code files in a given directory (and optionally its subdirectories), and then generates Markdown documentation for each file. The generated Markdown files are stored alongside the original source code files.
Features
Use Case
This script can be particularly useful for developers who need to quickly generate or update documentation for multiple source code files. It streamlines the documentation process, making it more efficient and consistent.
Documentation
The documentation for this script, which was also generated by the script itself and fine-tuned manually, can be found here: document_code.md.
Source Code
Due to GitHub's restrictions on uploading
.sh
files, I had to rename the file to.txt
: document_code.sh.txt.Next Steps
I am open to further developing this script based on community feedback and would love to hear your thoughts on whether this should be maintained here or hosted independently.
Looking forward to your feedback.
Best regards,
mic
Beta Was this translation helpful? Give feedback.
All reactions