Skip to content

vilmaq/readme-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README GENERATOR

Description

The aim of this project is to generate a README file using Node JS and inquirer package. The inquire package is used to prompt the user with questions. Based on the answers given from the user, a README file is generated inside the docs directory of this project.

The Project contains the file questions.js where the questions to ask to the user are; createFile.js - that creates the README file in the output folder and generateMarkdown.js that generates the markdown based on the answers given to the questions.

In the question.js, validation for the URL and the email address is performed. The application will not continue the execution if the data entered for the respective answers is not an URL or/and email.

Table of Contents

Installation Instructions

npm init
npm install inquirer

Tests

Manual tests have been performed for this project

Screenshots

Screenshot from the application

Github

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published