This project uses Inquirer NPM and Node.js to run a JS script that gives the user a series of prompts about how they would like their README file to look and what to include. The script then generates a professional-quality README.md file from the responses at the index level of the project directory.
To install necessary dependencies, run the following command in the console/command line:
npm i
To begin running the program, run the following command in the console/command line:
node index.js
This project is licensed under the MIT license. Learn more HERE
https://github.com/ericwittenstein/README-Generator-v1
Not accepting contributions at this time
To initiate the unit tests for this project, run the following command in the console/command line:
npm test
If you have any questions about the repo, please open an issue on GitHub or contact me directly at [email protected].
You can find more of my work at github.com/ericwittenstein/.