Create a node.js command line application that takes in information about employees on a software engineering team, then generate an HTML webpage that displays summaries for each person.
The repo will be uploaded so there will be nothing to "publish". Repo will include the following.
- index.js
- package.json
- package-lock.json
- Save all documents to local location
- Navigate to the folder in git bash.
- Ensure that node.js is installed on your machine.
- Install NPM by inputting npm i
- run the file by inputting node index into the command line.
- Manager a. Name b. Employee ID c. email address d. office number
- Engineer a. Name b. Employee ID c. Email d. GitHub username
- Intern a. Name b. ID c. Email d. School
Used base code for file creation from my Module 9 assignment - CreateReadMe from the command prompt.
Alternative lines of questioning = https://stackoverflow.com/questions/61691283/it-is-possible-to-create-branching-questions-with-inquirer