User can create a professional ReadMe file through CLI prompts
-
Open terminal or git bash
-
Clone repository to computer
-
Navigate to repository folder in terminal
-
Run 'npm install node' in terminal
-
Run 'npm install inquirer' in terminal
-
Run 'node index.js' in terminal
-
Follow inquirer prompts in terminal
-
New file will be saved as "file-name.md" in repository folder
-
Watch tutorial here
For this ReadMe generator, the user needs to install node.js and inquirer.js as listed above (Navigate to correct folder and run 'npm install node' and 'npm install inquirer' in command line)
Courtney Foster
This project is licensed under the MIT License