Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/richllew182/readme-generator

Module 11 Challenge for EDX Bootcamp
https://github.com/richllew182/readme-generator

Last synced: about 2 months ago
JSON representation

Module 11 Challenge for EDX Bootcamp

Awesome Lists containing this project

README

        

# README Generator
Module 11 Challenge for EDX Bootcamp

Table of Contents



  1. Description



  2. Installation

  3. Usage

  4. License

  5. Contact

  6. Acknowledgments

## Description


Richard Llewellyn README Generator Screenshot



This was the 11th homework challenge for the EDX Bootcamp in Front End Development.

Our task was to build a README generator that runs on the server using Node.js. The app retrieves data based on user input using the Inquirer package and then writes that data to a README file that can be found in the output folder.

### Built With

* ![JavaScript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)
* ![Node.js](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white)

### Dependencies

* Inquirer version 8.2.4

## Installation

To install this app, please open the index.js file in the integrated terminal and then type the following in your terminal:
~~~sh
node index.js
~~~

## Usage

To use this project, first right click the index.js file and select 'Open in Integrated Terminal' from the popup menu.

You will be prompted with several questions about your project, such as Title, Description, License, Usage, Installation etc.

Most questions are simple inputs, but some are lists, such as the License question. Some questions also require answers, such as Title and Description, whereas other questions like Testing and Contributing can be skipped by pressing enter. This will add 'N/A' to that section in the README file.

Once you have added all your information you will be shown a success message, and a README.md file will be generated in the output folder.

## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

## Contact

Richard Llewellyn - [email protected]

Sample README file: [https://github.com/RichLlew182/readme-generator/blob/main/output/README.md](https://github.com/RichLlew182/readme-generator/blob/main/output/README.md)

Video Presentation Link: [https://app.screencastify.com/v3/watch/3KnXy2QGvCR8S3SDuFWz](https://app.screencastify.com/v3/watch/3KnXy2QGvCR8S3SDuFWz)

Project Repo Link: [https://github.com/RichLlew182/readme-generator](https://github.com/RichLlew182/readme-generator)

## Acknowledgments

* [Img Shields](https://shields.io)
* [Best README Template](https://github.com/othneildrew/Best-README-Template)