Generate a complete README.md file for any software project
Create a comprehensive README.md file for the following project:
**Project Name:** {{PROJECT_NAME}}
**Project Type:** {{PROJECT_TYPE}}
**Primary Language/Framework:** {{LANGUAGE_FRAMEWORK}}
**Project Description:** {{PROJECT_DESCRIPTION}}
Generate a well-structured README that includes:
1. **Project Title & Badges** - Name with relevant shields.io badges (build status, version, license, etc.)
2. **Description** - Clear, concise explanation of what the project does and why it exists
3. **Table of Contents** - Linked navigation for easy browsing
4. **Features** - Bulleted list of key features and capabilities
5. **Prerequisites** - Required software, versions, and dependencies
6. **Installation** - Step-by-step installation instructions with code blocks
7. **Configuration** - Environment variables, config files, and setup options
8. **Usage** - Basic usage examples with code snippets
9. **API Reference** (if applicable) - Key endpoints or methods
10. **Contributing** - Guidelines for contributors
11. **Testing** - How to run tests
12. **Deployment** - Production deployment instructions
13. **Troubleshooting** - Common issues and solutions
14. **License** - License type and copyright
15. **Acknowledgments** - Credits and references
Use proper Markdown formatting with headers, code blocks, tables where appropriate, and clear organization.Or press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{PROJECT_NAME][{PROJECT_TYPE][{LANGUAGE_FRAMEWORK][{PROJECT_DESCRIPTION]