RocketC31 / budget

Get a grip on your finances.
https://trackmybudget.org
MIT License
2 stars 0 forks source link

Add BudgetCommand class to align `budget:install` and `budget:update` #91

Closed sebastiaanspeck closed 1 year ago

sebastiaanspeck commented 1 year ago

We have budget:install and budget:update. Both use some similar functionality (execute shell commands and use npm or yarn) but both do it in a different way. Maybe create a BudgetCommand-class that has those kind of functionality in it.