Skip to content

This is a readme generator. Which will be used for generating readme files used for my Github repositories.

License

Notifications You must be signed in to change notification settings

mckinleyvj/readme-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨Readme Generator

license

Description

When we create an open source project or repository, it's always a good practice to create a high-quality README file that will help developers understand the concept of the purpose of the project, installation steps, usage, how to report issues and how other developers could contribute towards the success of the project.

This project uses a command-line application, it will prompt the user a series of questions resulting to the creation of a well documented README file that can be used for their projects/repositories.

Table of Contents

Installation

Lets check if the following packages are installed.

  1. npm package
npm -v || npm -version
  1. node package. Use the latest version or a version higher than 14.0.0
npm install n -g || npm install v16.0.0 (Specific version)
  1. inquirer package. This will provide ease to the process of prompting questions, parsing answers and validating answers.
npm install inquirer

(back to top)

Usage

  • This project is solely used for generating a README for projects.
  • This project does not collect any information from user except descriptive texts for their projects/repositories.
  • This project is open source and is available to all developers that finds interest to enhancing features by raising an issue or simply by contacting me.

(back to top)

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the mit license.

(back to top)

Contributing

I am always looking for contributors of all skill levels! If you have something in mind to add to the project, try out by creating an issue and let's see where we can go from there.

(back to top)

Tests

  • User will have to invoke the following command to run the application.
node index.js

Invoking the command

  • Most of the descriptive prompts will open an editor for the user to keyin then must save it to be received by the application. Entering Details to Editor

  • User selects a license for the application. License Selection

  • More prompts with editor. More Editors

  • Upon completion, a message will tell the user that the README is generated successfully. Success

  • The result of the generator Result

(back to top)

Questions

Visit my GitHub profile for more information about me and my other repositories.

You can also send me an email to know more information.

(back to top)

About

This is a readme generator. Which will be used for generating readme files used for my Github repositories.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published