- Command line interface application to generate a team profile in HTML.
- Code:
[email protected]:Nahid1010/team-profile-generator.git - You can clone code from github link and run it locally on your computer.
-
Open a terminal.
-
Create a directory for this project.
-
Change current directory to this project direcory.
-
Issue the following command -
[email protected]:Nahid1010/team-profile-generator.git -
If you don't have
node.jsinstalled already then download it from here (https://nodejs.org/en/download/), and follow the instructions to install it. -
Once installed, use npm to install
inquirerpackage by issuingnpm i inquirercommand at the terminal prompt. -
Also you need
jestmodule to perform tests on your Classes properties and methods. You can install jest by following similar instructions forinquirerin above step. -
You can run this program by issuing
npm startornode index.jscommand. Below is a snapshot of how I ran to produce a new readme file. An HTML file team.html will be created in the dist directory.
- github: Nahid1010
- Email: [email protected]


