A guided Node CLI to quickly build an engineering team webpage.
This project was constructed with npm inquirer. We propmt the user to input members of their engineering team: manager, engineers, and interns. Once all employee info has been entered, the app will generate and HTML file that displays a nicely formatted team roster based on the information provided.
Powered by:
- node.js
npm install inquirer
npm install jest
node app.js
Feel free to fork this repository, and open a pull request to suggest changes.
- Inspo to use
when
in prompts: https://medium.com/javascript-in-plain-english/how-to-inquirer-js-c10a4e05ef1f - Additional
when
reference: https://github.com/SBoudrias/Inquirer.js/blob/master/packages/inquirer/examples/when.js - Inspo/reference on how to use
switch
in object creation based on role: https://github.com/RutgersCodingBootcamp/RUT-SOM-FSF-FT-07-2020-U-C/blob/master/11-express/01-Activities/03-Portfolio/server.js
Rutgers Coding Bootcamp, July 2020 🚀