leet-code-read-me-generator
v1.0.2
Published
A CLI tool to automatically generate a structured README for LeetCode solutions, making it easier to document your coding challenges and projects.
Maintainers
Readme
💡 Features 🔄 Fetches all LeetCode questions via the official API
🧠 Reads your GitHub repo file structure (make sure your solution filename has the number of the question)
🧩 Matches filenames with LeetCode question IDs
🎨 Builds a Bootstrap-powered HTML table with colorful badges
📄 Generates a beautiful README.md file
Supported languages : const supportedLanguages = ["javascript", "python", "java", "c++", "c#", "go", "rust", "typescript", "php", "ruby", "swift", "kotlin", "dart", "scala", "shell"];
