This Node CLI application takes in information about
employees and generates an HTML webpage that displays
summaries for each person.
As a manager:
I want to generate a webpage that displays
my team's basic info.
So that I have quick access to emails
and GitHub profiles.
Using the command line application a user can build
a team of software engineer employees with different roles.
After the user completes the prompts then the team will
be displayed in a new HTML file.
To install Team Profile Generator dependencies run the following command:
npm i
To use Team Profile Generator run the following command in the terminal:
node app.js
To test Team Profile Generator run the following command in the terminal:
npm run test
Team Profile Generator was developed by Alissa Champigny
Email Address: achampigny4@gmail.com
Copyright (c) 2020 Alissa Champigny



