Skip to content

AjaxTheRoo/readme-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README Creator

A simple command-line tool to quickly create professional and customizable README.md files for your projects. Save time and ensure your README includes all the essential details!


Features

  • Interactive CLI: Answer straightforward prompts to generate a complete README.md file.
  • Customizable Sections: Choose which sections to include, such as installation instructions, usage, license, and more.
  • Markdown Formatting: Automatically formatted markdown for clean and professional documentation.
  • GitHub-Ready: Optimized for GitHub repositories with sections like badges and contributing guidelines.

Installation

  1. Clone the repository:

    git clone https://github.com/AjaxTheRoo/readme-generator.git  
    cd readme-generator  
  2. Install dependencies:

    npm install  
  3. Run the tool:

    node index.js  

Usage

  1. Run the generator:

    node index.js  
  2. Answer the interactive prompts:

    • Project Title: Name of your project.
    • Description: What your project does and why it's useful.
    • Installation Instructions: Step-by-step guide for users to set up your project.
    • Usage Information: Explain how to use your project.
    • Contribution Guidelines: Define how others can contribute.
    • License: Choose from a list of licenses or provide a custom one.
  3. The tool will generate a polished README.md file in your project directory.


Contributing

Contributions are welcome! If you have suggestions or find a bug, please open an issue or submit a pull request. For major changes, please discuss them first in an issue.


License

This project is licensed under the MIT License.


Demo

https://drive.google.com/file/d/1bxr0jyrJEiz1OmLumbEocwCXdmcv3DAa/view

About

Code to generate a readme file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published