A command-line application that generates high-quality, professional README.md files based on user input.
— README.md Generator
README.md Generator is a command-line application designed to quickly generate well-structured, professional README.md files for developers. By answering a series of prompts in the terminal, users can create consistent documentation for their projects, saving time and adhering to best practices. This tool is ideal for solo developers, bootcamp students, and teams looking to standardize their repository documentation.
The application guides users through a set of questions, such as project description, installation instructions, usage guidelines, contributors, tests, and license type. Once the responses are gathered, it dynamically generates a complete README.md file. The tool utilizes Node.js, Express, Inquirer for interactive prompts, and Clipboardy for copying the generated README to the clipboard.
Key Features:
- - Interactive command-line prompts for gathering project details
- - Dynamic generation of a README.md file
- - Clipboardy integration for easily copying the generated README
- - Configurable options for license selection and list creation
This project showcases proficiency in building command-line tools using Node.js and JavaScript. It demonstrates best practices for user interaction, modular coding, and efficient file handling.
Project Views:

Initial Prompt

Selecting License

Creating Lists

Final Confirmation Screen

Success Notification