/team-builder

Node CLI HTML generator for building a dev team.

Primary LanguageHTML

CLI Team Builder

A CLI app to build a software engineering team. The application prompts the user for information about the various team members. Leveraging Inquirer, the user can input any number of team members, and they may be a mix of managers, engineers and interns. When all members have been defined the app generates an HTML webpage that displays draggable card summaries for each person. Provides a clean UI for simple user input & offers JSON import for larger teams. This app runs in a Node environment.

Installation & Getting Started

  1. Clone from the Repo, install modules & run app:
git clone https://github.com/Spazcool/team-builder.git
  1. Install dependencies:
npm install
  1. Run:
  • Build the team via CLI:
    npm run build-team
    
  • Build the team via JSON import:
    npm run build-team {path/to/file.json} {team name}
    

Prerequisites

  • Node.js

Built With

  • Node
  • Inquirer
  • axios
  • fs
  • GitHub API
  • Bootstrap
  • jQuery & jQuery UI

Examples

Authors

Acknowledgements

License

This project is licensed under the MIT License - see the LICENSE.md file for details.