Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjamesd/go-team-go
Software development team & member profile generator
https://github.com/mjamesd/go-team-go
Last synced: 8 days ago
JSON representation
Software development team & member profile generator
- Host: GitHub
- URL: https://github.com/mjamesd/go-team-go
- Owner: mjamesd
- License: gpl-3.0
- Created: 2021-11-16T05:14:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T08:42:29.000Z (2 months ago)
- Last Synced: 2024-10-12T12:16:47.346Z (about 1 month ago)
- Language: JavaScript
- Size: 350 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go, Team, Go!
> _Software development team & member profile generator_
![status: in development](https://img.shields.io/badge/status-in%20development-orange)
![License: GNU General Publice License v3.0](https://img.shields.io/badge/license-GNU%20General%20Publice%20License%20v3.0-yellowgreen)
## Description
I built a Node.js command-line application that takes in information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person. Testing is key to making code maintainable, so I also wrote a unit test for every part of my code and ensured that it passes each test.
## User Story
```
AS A manager
I WANT to generate a webpage that displays my team's basic info
SO THAT I have quick access to their emails and GitHub profiles
```## Table of Contents
1. [Description](#description)
2. [Installation](#installation)
3. [Usage](#usage)
4. [Tests](#tests)
5. [License](#license)
6. [Questions](#questions)## Installation
1. Clone the repository.
2. Run `npm i` to install dependencies.
3. Run `node server.js` to begin the program.
## Usage
[View this video for usage](https://drive.google.com/file/d/1il4zQTjIIQbk8wx4y1AjlGuuLBBMO7iD/view).
## Tests
In the main directory, run `npm run test`.
## License
This work is licensed under GNU General Publice License v3.0.
## Questions
Visit [my GitHub profile](https://github.com/mjamesd)
To reach me with additional questions, send me an [email](mailto:[email protected]).