dev-backpack / cllm

Empower your CLI experience with a command search tool driven by LLM magic!
https://dev-backpack.github.io/cllm/
MIT License
33 stars 0 forks source link

Optimize dependencies to minimize installation time #18

Closed devleejb closed 8 months ago

devleejb commented 8 months ago

What type of PR is this?:

enhancement

What this PR does / why we need it:

This PR aims to optimize the dependencies to reduce the overall installation time required.

Which issue(s) this PR fixes:

Fixes #8

Special notes for your reviewer:

Installing dependencies is an essential step in setting up a project. However, in some cases, the installation process can be time-consuming, especially when dealing with a large number of dependencies or packages with heavy file sizes. This PR focuses on streamlining the dependency management process to minimize the installation time for users.

Does this PR introduce a user-facing change?

Additional documentation: