A command that generates a question's solutions, test and documentation file
Properties/Values
branchName
used to name the new added question's branchfolderName
used to target the question provider directories which is one of these (blind75, leetcode, ctci)codeFileName
used to generate the kotlin solutions and test files in the specifiedfolderName
directorydocFileNameFileName
used 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
question
value is used in in the commit message containing all the staged added files
make track-files question="Group Anagrams"