Skip to content

CLI Node application that automatically generates web pages with info regarding different team members within an organization

License

Notifications You must be signed in to change notification settings

iatenine/team-profile-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Profile Generator

License

Table of Contents

Description
Installation
Usage Walkthrough Contributing
Tests Questions
License

Description

CLI Application to dynamically generate a static webpage with cards containing info regarding team members

Installation

git clone git@github.com:iatenine/team-profile-generator.git
Once cloned, inside of the repo's root directory run:
npm i

Usage

Once project and its dependencies are installed launch with
node index.js
in the root directory

You will be prompted for info on the manager

After each member is entered you will be given three option: ENGINEER, INTERN, DONE

Select DONE if complete, otherwise the other 2 options will add an employee of the appropriate type

Upon completion, a static webpage will be generated in the dist folder with a simple header and a gallery of cards displayed neatly representing each employee. Feel free to use or modify this page to your own needs

Walkthrough

A walkthrough video can be viewed here

Contributing

To contribute to this project:

  • Find or open an issue related to a bug or desired feature
  • Create a fork of the repo
  • Make changes within the fork to address the issue
  • Create a PR if you feel improvements have been made over the current iteration

Tests

npm test

Questions

Maintainer
For further questions, direct emails here

License

This project is covered under The MIT License

About

CLI Node application that automatically generates web pages with info regarding different team members within an organization

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published