This npm package utilizes a Command Line Interface (CLI) application designed to create professional quality README.md documents for projects hosted on Github. Utilizing inquirer and axios, this application generates a markdown file with dynamic data generated from the user's interaction through terminal actioins.
-
This is a CLI avalible through the npm registry.
-
Before installing, download and install Node.js
-
Installation is done using the
npm install command
:
$ npm install readme-generator-cli
-
After installing in your project directory, simply run
readme-generator-cli
in your terminal -
Follow all the prompts until the end
-
A file named "auto-generated-README.md" will be created with all of your responses
-
Click on the .gif below and watch my tutorial video if you get stuck.
Submit a PR and I'll check it out!