poisoned-eden / writeme-readme

A node.js ReadMe file generator
GNU General Public License v3.0
0 stars 0 forks source link

writeme-readme

Description

A command-line interface program that generates a markdown formatted README with the users responses to questions.

Table of Contents

Installation

  1. Download the files (you can clone on github)
  2. in terminal, run "npm i" to install modules required.

Usage

  1. Open the folder in terminal.
  2. Run "node index.js"
  3. Answer the questions as they come up. You can choose which sections you'd like to add to the README, and the program will ask the relevant questions.
  4. The generator will create a folder in "output", named with your project title. The README will be written into there.
  5. There will also be a JSON file containing the data. That can be ignored, it's for future plans of being able to edit the README after its been generated.

Licence

Credits

MDN Web docs has helped me lots in learning to use async functions. @midnightcodr's gist explaining how to use await with inquirer helped a huge amount too.

Badges

GitHub language count

GitHub top language

GitHub Repo stars

GitHub watchers

GitHub followers

Features

Contributions

Feel free to fork the project :)

Tests

No tests have been written at this time

Questions

Github profile: poisoned-eden

poisoned.eden@gmail.com

Feel free to drop me an email, contact me through github, or any other method I have shared on my developer profile.