Skip to content

Is 'plugin marketplace' a thing? #1416

Answered by lefou
ice1000 asked this question in Q&A
Discussion options

You must be logged in to vote

Welcome to the mill ecosystem!

Mill already has some plugins. Some are developed as separate projects and some are located in the mill repository under contrib.

See https://com-lihaoyi.github.io/mill/mill/Thirdparty_Modules.html and https://com-lihaoyi.github.io/mill/mill/Contrib_Modules.html.

Each way has it's own pros and cons. Have a look at some of these, and you get an idea, what is needed to write your own pluginprojects.

But to get started, it isn't even needed to create a dedicated project. The easiest way to get started is to just write your own module (e.g. AntlrModule) and place it next to your build.sc (e.g. AntlrModule.sc), and include it via import $ivy.AntlrModule.

Once you…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ice1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants