This application takes user inputs from the command line to generate an HTML profile of your software team.
To install necessary dependencies, run the following command:
>npm i
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)
None
To make contributions or ask questions please make a pull request or contact me via github.
To run tests, run the following command:
>npm test
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).