rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
128 stars 26 forks source link

Add Dependency Manager #13

Closed Xieyt closed 7 months ago

Xieyt commented 1 year ago

Add DepsManager class to handle dependencies in osx and ubuntu:

Iterations:

  1. Check if deps exists in osx
  2. Check if deps exits in ubuntu
  3. Install deps in osx and ubuntu
  4. Update deps if required (versioning for deps).
Xieyt commented 7 months ago

This will be taken care of in issue #129.