Node.js
Command-line application to create a software development team roster.
This Node.js
application can be used by any one who would like to save time and keep themselves well organized by creating a dev team roster with names IDs and contact information.
A command line prompt will guide the user thru a series of questions that will populate the roster with three different employee categories to choose between a Manager, Engineer and Intern.
Once all questions are answered and the user decides there are no more persons to add to the roster, an HTML file is generated and stored under the output folder that is also generated.
-
Here it is an example of the questions prompted when the application is started with a list of the three categories:
-
This is an example of the written file once the program is completed.
The application requires inquirer
,fs
, and util
node packages.
Run npm install inquirer
and npm install util
before executing node app.js
I have used the MIT license for this application see repository documentation https://github.com/Rodolfod1/Team-Profile-Generator/blob/main/LICENSE
This can be manually tested or using any test tool
https://drive.google.com/file/d/1Y7SwBe2zHc9cNLgpLKeXsj5xpUrExsnk/view
Please contact me at my e-mail: rodolfodzr@gmail.com
Follow me on Github https://github.com/Rodolfod1