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

https://github.com/gaitherdb/good-readme-generator

Creates a ReadMe.md based on user input in Node.js
https://github.com/gaitherdb/good-readme-generator

inquirer markdown templateliterals

Last synced: 2 months ago
JSON representation

Creates a ReadMe.md based on user input in Node.js

Awesome Lists containing this project

README

        

# Professional README Generator
## ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)

## Description

To avoid writing an entire README from scratch for each project, this markdown generator lays out a template and takes user input for project specifics to make a README in no time. Bypass the hassle of searching for your license badge, or writing the same contact instructions with each repo, and only enter the specifics to obtain the perfect README for your project.

## Table of Contents
* [Installation](#installation)
* [Usage](#usage)
* [License](#license)
* [Contributing](#contributing)
* [Tests](#tests)
* [Questions](#questions)

## Installation
To install necessary dependencies, run the following command:
```
npm i inquirer --save
```

## Usage
When node.js is installed and the path is set to the Good-README-Generator folder in the terminal, run the index.js file by typing `node index.js`. Answer each prompt with the specifics to your project.

https://user-images.githubusercontent.com/83731627/127588494-ecb65274-9a27-4aa9-be49-1a54e8220398.mp4

## License

This project is licensed under the terms of the [MIT License](https://opensource.org/licenses/MIT).

## Contributing
I am the sole author of this repo and I am not currently looking for contributors. If you find an error, please make an issue or contact me directly.

## Tests
This application does not have any tests.

## Questions
If you have any questions about the repo, open an issue or contact me directly at [email protected]. You can find more of my work at [Gaitherdb](https://github.com/Gaitherdb).