Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Builder 9000

A Node CLI that takes in information about employees and generates an HTML webpage that displays summaries for each person.

Youtube Demo

Youtube Demo

Table of Contents

Installation

While in Git Bash

To generate your own HTML page for You Team,

First go to Team Builder 9000 Then Pull Down the Repo into your machine. Click here to see how that is done Clone a repository from GitHub

Next run npm install in order to install the following npm package dependencies.

Then run the application with the command node app.js.

Then answer the CLI prompts,

After that then finished html page should look like this.

Finished project

Usage

When you run node app.js, the Team Builder 9000 uses the inquirer package to prompt you in the command line with a series of questions about your Team.

From there, the application will generate markdown and a table of contents for the README conditionally based on your responses to the Inquirer prompts.

Finally, fs.writeFileSync is used to generate your project's README.md file. Check out the team.html in this repo as an example.

Methodology

The application utilizes, as much as possible, syntax and paradigms introduced in ES6 and beyond, including arrow functions, const, let, template literals, and async/await to handle the inquirer, path, fs, and fs.writeFileSync promises.

Credits

Thank you to my cat Mimikyu for being my Rubber Ducky.

License

Licensed under the MIT license.

About

A Node CLI that takes in information about employees and generates an HTML webpage that displays summaries for each person.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages