Readme

Read Me Template

Table of Contents


Description

To build a software engineering team generator command line application. The application will prompt the user for information about the team manager and then information about the team members. The user can input any number of team members, and they may be a mix of engineers and interns. This assignment must also pass all unit tests. When the user has completed building the team, the application will create an HTML file that displays a nicely formatted team roster based on the information provided by the user.


Installation

  1. First clone this repo. 2)if json package is include skip step 3 and 4 and run npm install -y 3)run npm init 4) install npm inquirer and Jest,Inquirer as a dependency and jest as Dev depency

Back To The Top


How To Use

run 'node app.js' and follow prumpt

Back To The Top


Contribution

Alex Saint Victor

Back To The Top


Test

Node API Jest was used for testing

Back To The Top


Questions

Back To The Top


License

Copyright (c) 2020[Name of holder]. All rights reserved.

    This work is licensed under the terms of the MIT license.  
    For a copy, see <https://opensource.org/licenses/MIT>.

Back To The Top