Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stephmarie17/template-engine

A Node CLI that takes in information about employees and generates an HTML webpage that displays summaries for each person
https://github.com/stephmarie17/template-engine

Last synced: 26 days ago
JSON representation

A Node CLI that takes in information about employees and generates an HTML webpage that displays summaries for each person

Awesome Lists containing this project

README

        

# template-engine
## A Node CLI that takes in information about employees and generates an HTML webpage that displays summaries for each person

### Description
This is a command line application that allows the user to dynamically generate an HTML file displaying the user input of an engineering team, with defined roles of Manager, Engineer, and Intern. This application also includes for tests for the constructor class and subclasses.

### Installation
To install, fork the repo on your machine. You will need the following packages:
- Inquirer
- Util
- Jest

### Usage
Run the app.js file in node. Enter the fields when prompted; entering Y will allow the user to continue entering as many profiles as they like. When the user enters, n, a team.html file will dynamically generate and save to the Outputs folder.

![Usage](template-engine-gif01.gif)

![Usage](template-engine-gif02.gif)

![Usage](template-engine-gif03.gif)