The task is to create a command-line application to generate a professional GitHub README file. The application will ask several questions from a prompt and take the user's input to generate the file automatically. This app should be using the npm inquirer package to prompt the questions. The app should be invoked using the command 'node index.js' from the terminal.
- Need to have node.js installed
- Need to have index.js and generateMarkdown.js files present
- Run command 'npm init' in terminal from the folder with index.js file
- Run command 'npm install inquirer' from the folder with index.js file
- Run command 'node index.js' from the folder containing index.js file
- In VSCode right-click the folder in explorer and 'Open in Integrated Terminal'
- Run 'node index.js' from the folder contatining index.js file
- Answer prompts and for text editor steps simply save on exit to update
- Check out the generated README file in folder containing index.js file
This application is licensed under the MIT License. A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
https://opensource.org/licenses/MIT
http://screencastify.com/welcome
https://github.com/yardboy2401/ReadMeGenerator-Wymore
https://drive.google.com/file/d/1uSthaUMj6V4z1nWiMSs2_JEvfpXid5fj/view?usp=sharing