cpmbits / cpm

A modern project management tool for C/C++ projects

Home Page:http://cpmbits.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor the ProjectCommands module

jorsanpe opened this issue · comments

This module is getting messy and has too many responsibilities. Separate the docker access to an infrastructure module called docker_client that deals with the connections and errors. Also, rename cpm_hub_connector_v1 to cpm_hub_client.