Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.44 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.44 KB

CLI ReadMe Generator

User can create a professional ReadMe file through CLI prompts

Getting Started

  • 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

Prerequisites

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)

Built With

Author

Courtney Foster

License

This project is licensed under the MIT License

Acknowledgments