fasthw

What is this?

fasthw is a CLI program designed to quickly start on your programming hw, it keeps your homework organized in different files and makes you choose which task you want to run at start. All you need to do is just write your homework task's code in the corresponding file

Installing

Clone the repository via git clone https://github.com/george-ckito/fasthw. Then build the solution, and add the .exe file's directory to the PATH

Usage

Just run "fasthw" command in a Visual Studio project and add your tasks, if you need to add more tasks after, just run the command again.

Disclaimer

fasthw only works if the project and the solution are placed in the same directory, this can be checked in visual studio while creating a project.