Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.57 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.57 KB

Team Profile Generator

Description

This application takes user inputs from the command line to generate an HTML profile of your software team.

Table of Contents

Installation

To install necessary dependencies, run the following command:

>npm i

Usage

From the command line run node app.js to launch the application. Once the application has run and the user has answered all prompts, the HTML page can be found in the output folder of the directory. A video guide can be found at this link: (https://github.com/erasersleeve/Team-Profile-Generator/blob/master/Assets/video_guide.webm)

Images

1 2 3

License

None

Contributing

To make contributions or ask questions please make a pull request or contact me via github.

Tests

To run tests, run the following command:

>npm test

Questions

If you have any questions about this repo, open an issue or contact me directly at tim@email.com. You can find more of my work at (https://github.com/erasersleeve).