This Visual Studio Code extension allows users to quickly generate README.md templates tailored for either DevOps Engineers or Software Engineers. With a simple right-click in the VS Code explorer, users can choose between README templates.
Features
Generate README.md templates with a single click
Choose between DevOps Engineer and Software Engineer templates
Customizable templates to fit your project needs
Easy-to-use context menu integration
Installation
Open Visual Studio Code
Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X on macOS)
Search for "README Template Generator"
Click Install
Usage
Right-click on a folder in the VS Code Explorer sidebar
Select "Generate README.md" from the context menu
Choose either "DevOps Engineer" or "Software Engineer" template
The README.md file will be created in the selected folder
Template Contents
DevOps Engineer Template
The DevOps Engineer template includes sections for:
Overview
Quick Start
Installation
Configuration
Usage
Parameters
Integration
Troubleshooting
Software Engineer Template
The Software Engineer template includes sections for:
Overview
Features
Getting Started
Usage
API
I hope this extension will help you create better documentation for your engineering projects. Happy coding!