k173-x / codeit

A CLI based script to create CPP files
MIT License
5 stars 4 forks source link

[FEAT] Code base needs to be re-wired or upgraded #30

Closed alphaX86 closed 3 years ago

alphaX86 commented 3 years ago

Is your feature request related to a problem? Please describe. Well, this isn't a problem, but for now, CodeIt uses simple If....Else statements to take options, but that ain't a bit classy and a suitable library is required to test.

Describe the solution you'd like Come up with a library capable of creating CLI tools (eg., Click). Rebase the code using that library and make sure you don't break the functionality

Describe alternatives you've considered None but welcome to accept suggestions

Additional context N/A