create-README

Overview

The provided Node.js code constitutes a basic command-line application designed to facilitate the generation of README files for GitHub repositories. Utilizing modules such as inquirer for user prompts and fs for file system operatepository name, GitHub username, email address, project overview, and the license being used. Upon receiving user input, the program dynamically generates markdown content through the generateMarkdown module and asynchronously writes this content to a 'README.md' file

Table of Contents

  1. Installation
  2. Usage
  3. License
  4. Tests
  5. Contact

Installation

  • Clone the repository
  • Install using npm packages NPM i

Usage

License

Licensed under the MIT license.

Tests

  • Run test using command line NPM test

Contact