Skip to content

Latest commit

 

History

History
64 lines (31 loc) · 1.54 KB

README.md

File metadata and controls

64 lines (31 loc) · 1.54 KB

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