The Team Profile Generator is a Node.js command-line application that takes in information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person. There is also a unit test for this application so that you can ensure that each part of the code works.
To install necessary dependencies, run the following command: "npm i".
To run the application in the CLI: "node index.js".
Use "npm run test" in the command line to run the tests listed above.