Chef! A personal home inventory cli app. Running The App Make sure go1.24.4 is installed on your machine. Clone this repository and cd into the folder. Install dependencies with go mod tidy Run the app with go run main.go init or build an executable with go build main.go Manage to your grocery list: go run main.go init to start the application. go run main.go help to show the help menu (upcoming). Screenshots Manage Your Home Inventory Edit Your Grocery List Running Tests go test ./shared/tests -v