azolotko / mill-plugin-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Mill plugin example

Publish the plugin to local Ivy repo:

mill _.publishLocal

Usage example:

$ cd usage-example
$ mill _.hello 1 2 3
[1/1] UsageExample.hello 
Hello, world! Args: List(1, 2, 3)

About


Languages

Language:Scala 100.0%