Skip to content

Dev-README-Generator is a command-line application that helps developers quickly create a professional README file for their projects.

Notifications You must be signed in to change notification settings

lunahoushmand16/DevPro-Readme-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Dev-README-Generator

Description

Dev-README-Generator is a command-line application that helps developers quickly create a professional README file for their projects.

  • Motivation: Developers often spend time manually formatting README files, which can be automated.
  • Purpose: This tool streamlines README creation, allowing developers to focus on coding and their projects.
  • Problem Solved: Automates the process of generating a high-quality README with essential sections.
  • What I Learned: Working with Node.js, handling user input using Inquirer, and dynamically generating Markdown content. and learn about concept of the profassional Readme file.

Table of Contents

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/Dev-README-Generator.git
  2. Navigate to the project folder:
    cd Dev-README-Generator
  3. Install dependencies:
    npm install
  4. Run the application:
    node index.js

Usage

  • The application prompts the user for details about their project, such as title, description, installation steps, usage, contributors, license, and more.
  • After completing the prompts, it generates a professional README.md file.

Example:

? What is your project title? My Awesome Project
? Provide a short description: This is an automated README generator.
? What are the installation steps? npm install, node index.js
...

Sample Output:

# My Awesome Project
## Description
This is an automated README generator.
...

Screenshots:

Readme File Preview Node JS Scripts in Terminal

Credits

License

This project is licensed under the MIT License. See the LICENSE file for details.

Badges

GitHub repo size GitHub contributors GitHub stars

Features

  • Generates a structured README file automatically
  • Supports different licenses
  • Includes a table of contents for easy navigation
  • Saves time for developers

How to Contribute

  1. Fork the repository
  2. Create a new branch: git checkout -b feature-name
  3. Make changes and commit: git commit -m 'Added new feature'
  4. Push changes: git push origin feature-name
  5. Open a pull request

Tests

Run the application with node index.js and verify the generated README.md file.

Video

Watch the demo

About

Dev-README-Generator is a command-line application that helps developers quickly create a professional README file for their projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published