This CLI node.js application generates an HTML file that displays essential information about a software engineering team's employees, such as their emails and GitHub profiles. Team generator prompts the user with Inquirer to provide details about the employees.
Application is passing all the provided tests.
To use this application, fork the repository and clone it to your local environment with:
git clone git@github.com:<user>/team-profile-generator.git
Then install necessary dependencies with:
npm i
The application can be invoked in the root directory of the application with the following command:
node index.js
You will then be prompted for all the information about the project.
Full preview video available here
Your generated file will use pre-existing template:
Application utilises Jest for perfoming tests. Testing done with:
npm test
Contributions are always welcome!
- Fork the project
- Create your feature branch (
git checkout -b feature/newfeature
) - Commit your changes (
git commit -m 'Add feature'
) - Push to the branch (
git push origin feature/newfeature
) - Open a Pull Request
Copyright © 2023 @alexandrabatrak
This README was generated with ❤️ by readme-generator