Replies: 2 comments 10 replies
-
Looks correct, though it's basically the same as adding a dependency and bringing other libraries as transitive dependencies.
@Gedochao would have to correct me, but I think that's how it got implemented in https://github.com/VirtusLab/scala-cli/pull/2025/files I don't see the exact name being used, so probably it's hardcoded to |
Beta Was this translation helpful? Give feedback.
-
//> using toolkit com.yadavan88:toolkit:0.1.0 You can actually shorten it to just //> using toolkit com.yadavan88:0.1.0
Yup, seems correct. I tested it locally and works as expected.
Yes. The main scope artifact has to be named |
Beta Was this translation helpful? Give feedback.
-
Hi Scala-CLI team,
I am trying to create a new toolkit. I followed the toolkit's github structure and created sample one. I also pushed the code to github here.
After I created and published the toolkit locally using the command:
Now, I tried using the newly created toolkit as below:
I am able to execute this and run it successfully. However I have a few questions related to this. Could someone clarify this?
lihaoyi-toolkit
instead, but it was not able to find the dependencies when I do that (change name inpublish.name
).Thanks in advance
Yadu
Beta Was this translation helpful? Give feedback.
All reactions