Skip to content

Enhancement: kpm add should support adding local kcl packages as references. #133

@zong-zhe

Description

@zong-zhe

Enhancement

Not all dependencies come from the network, and kpm should be able to manage local dependencies.

By kcl.mod.

[dependencies]
my_pkg = { path = "/usr/my_pkg" }

Or by command:

kpm add /usr/my_pkg

/usr/my_pkg is the directory contains kcl.mod.

Metadata

Metadata

Assignees

Labels

coming soonThis work is of high priority and will be supported first.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions