A command that generates a question's solutions, test and documentation file
Properties/Values
branchNameused to name the new added question's branchfolderNameused to target the question provider directories which is one of these (blind75, leetcode, ctci)codeFileNameused to generate the kotlin solutions and test files in the specifiedfolderNamedirectorydocFileNameFileNameused to generate the question's document
make generate-question folderName="e.g. blind75" codeFileName="e.g. GroupAnagrams" docFileName="e.g 4.group-anagrams"A command that tracks, commits and pushes file to the remote Github repo
Properties
questionvalue is used in in the commit message containing all the staged added files
make track-files question="Group Anagrams"