coreyjay98 / templateEngine

A node.js application showing employee ID's in HTML straight from the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Template Engine

A project created by Corey Samuels

Table Of Contents

Project Description

For this project I was tasked with forming the Javascript behind this template engine, I was given the HTML templates and had to create Javascript that worked with node and inquirer to take command line inputs and turn it into HTML.

Installation

As this app is ran through node and the terminal, if you wanted to install it from GitHub you would need to install the inquirer package for node and run the app.js page through the terminal in node, this will give you the question list in the terminal that will then append to A HTML file located in the output folder

Usage

Use of this application is simple as once you have it installed correctly you will be asked question in the command line and the answers will be directly printed to the HTML file, make sure your spelling is good!

Technologies Used

Javascript, Node.js, NPM, NPM inquirer

Contributing

Feel free to download and contribute to this project!

License

License: MIT(https://opensource.org/licenses/MIT)

Copyright (c) 2020

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.

Questions

Check out my GitHub page here: https://github.com/coreyjay98

For any additional questions please feel free to reach me at coreyjsamuels@gmail.com

About

A node.js application showing employee ID's in HTML straight from the terminal


Languages

Language:JavaScript 61.1%Language:HTML 36.7%Language:CSS 2.2%