Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
zong-zhe opened this issue Jul 26, 2023 · 0 comments · Fixed by #144
Closed

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

zong-zhe opened this issue Jul 26, 2023 · 0 comments · Fixed by #144
Assignees
Labels
coming soon This work is of high priority and will be supported first.

Comments

@zong-zhe
Copy link
Contributor

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.

@zong-zhe zong-zhe added the coming soon This work is of high priority and will be supported first. label Jul 26, 2023
@zong-zhe zong-zhe self-assigned this Jul 26, 2023
@Peefy Peefy closed this as completed in #144 Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coming soon This work is of high priority and will be supported first.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant