A CLI app to make you learn Git in a playful way! Stop making resolutions, start making them true!
Santa Claus teams have a lot to take care of to make Christmas awesome. His teams started using Git to make work easier for everyone. Santa needs your help in order to be set on time.
Find more on https://git-learner.netlify.app/
Clone this repository by running the following command inside your terminal:
git clone https://github.com/MLH-Fellowship/Git-learn.gitStarting point of the application - lessonManager.js. Start it with node . or node lessonManager.js. Lessons are organized into separate files and imported into lessonManager. lessonManager repeatedly prints a list of available lessons, checks for user input and starts the lesson user selected. Example is present in fillEmail file.
In order to be compatible with lessonManager, you have to create an object with string field description and startLesson method, and append it to lessons global variable in lessonManager.js.
description is used when printing a list of lessons, and startLesson is invoked when user selects lesson by printing corresponging number.
Implement a possibility to install it globally, making it invokable with lessonManager, not node lessonManager.



