A command line based readme generator using node.js. This takes input from a user and generates an professional README.md file from the input with subheadings and a table of contents.
Clone the project or download a zip using the GitHub links above.
Install node.js if it is not already on your machine
Run npm install
Run 'node index.js' to start the generator. A series of prompts will ask you for details of your project. Fill in the details. When you have finished, your README file will be generated in the /generated folder.
This project is covered under the MIT license.