This is a Node CLI that takes in information about employees and generates an HTML webpage that displays summaries for each person.
Run:
npm i
This command-line application dynamically generates a HTML from a user's input. The application will be invoked with the following command:
node app.js
The user will be prompted for their GitHub username and other information.