Skip to content

Goobergreve09/read-me-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReadME Generator

License: MIT

Description

The design and order are exactly how your readME will appear, if you'd like to make changes this can be done easily after it has been completed

A readME.md is a very important aspect to your project. It is also the go-to file for anyone to open or view your project. I have created an easy way to makeup a readME.md by only answering a few prompts in the terminal. All of the information about your Github project will be accessed here.

The motivating factor to creating this generator was so programmers and coders can save the necessary energy and put it into creating code and enhancing projects. Your readME.md will look exactly like this one! Rather than putting that time into making a high quality readME.md, you can focus on the code, I'll take care of the readME.md.

Table of Contents

  1. Description
  2. How to Install
  3. How to Use
  4. Licensing
  5. Contact Me

Installation

Before using this generator you first need to install it. Even before that make sure you have VS-Code, Gitbash, as well as the latest version of node.js already installed onto your pc. If you have those 3 already installed, Follow these steps:

1. Clone the code preferably using an SSH from the green button that says 'Code' at the top of this page

code test

2. Open gitbash and 'cd' into the directory you'd like it cloned

3. type 'git clone' and then paste the url previously copied and hit enter

4. 'cd' into the read-me-generator directory

5. You'll need to install the Node Package manager because it does not come with the copied code. in the command line type 'npm init -y'

6. Next - Install the inquirer by typing 'npm install inquirer' into the command line

how toto (1)

Usage

Now that you have all the necessary files and applications installed, it's finally time to generate your own high-quality readME.md. In VS.code Follow these steps.

1. Navigate to the directory of your project and of the copied files

2. Right-Click on the javascript file titled 'index.js' and click 'Open Integrated Terminal'

3. type 'node index.js' into the command line

4. Answer the prompts in the command line - Keep in mind these answers are the content of your readME.md file.

5. Once finished you will see 'README.md created successfully' in green text

6. Lastly, checkover your newly generated readME.md and make changes directly in the created file as needed!

Capturesc

Demonstration

You can view a short video demonstration via youtube by clicking 'Demo Link' below:

Demo Link

Credits

Greg Greve

License

The software license selected for this application is as follows:

Massachusetts Institute of Technology License

MIT

Questions

If you have any additional questions you can contact me by using the following:

Github Profile: Goobergreve09 (Your Github username will display here)

Email Address: gregory.greve@yahoo.com (Your Email will display here)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published