Skip to content

A command-line application that dynamically generates a README.md from a user's input.

Notifications You must be signed in to change notification settings

funksoup/readme-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README Generator

A command-line application that dynamically generates a README.md from a user's input.


Tech/Framework Used

Project is created with:

  • JavaScript
  • Node.js
  • Axios library

Usage

Describe the application's functionality:

The application will be invoked with the following command:

node index

Running node index will execute a series of questions that when completed, will be inserted into the README file. Questions include Github username, repository name, installation instructions, tech/frameworks used, usage description and more, and are contained in the questionsGit object.

The generateMarkdown.js file in the utils folder contains the string which integrates the user responses and generates the README file. The README file that is generated is called README_template.md

Images that demonstrate the application's functionality:

License

This project is licensed under the MIT license.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Step 1

Step 2

  • HACK AWAY! 🔨🔨🔨

Step 3

About

A command-line application that dynamically generates a README.md from a user's input.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published