Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stephmarie17/template-engine
- Owner: stephmarie17
- Created: 2019-12-05T18:19:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:24:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-22T01:45:57.097Z (2 months ago)
- Language: JavaScript
- Size: 4.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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)