Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 1.75 KB

README.md

File metadata and controls

57 lines (30 loc) · 1.75 KB

Employee Directory Generator

License

Description

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.

EDG Screenshot

Table of Contents

Installation

Clone the repository to a local directory, run npm install to install the required node modules.

Usage

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.

Credits

License

The Unlicense

Contributing

Contributor Code of Conduct

Tests

Use "npm run test" in VS Code Terminal.

Questions

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!