A command line tool that allows users to generate an HTML Employee Directory through a series of inquirer prompts. The 'when' function is used to display different prompts based on the type of employee selected.
Clone the repository to a local directory, run npm install to install the required node modules.
Enter "node app.js" in the VS Code Terminal to begin the prompts. Select the employee type, and provide information for each employee. Once you are finished, select "I do not wish to add any more team members". The HTML will generate in the team.html file, located in the output directory.
The Unlicense
Use "npm run test" in VS Code Terminal.
Feel free to email me at dfkestner@gmail.com with any questions about the repository. Visit my GitHub profile, dfkestner, to see more of my work!