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

docs: add in Mill instructions #704

Merged
merged 1 commit into from
Aug 16, 2022
Merged

Conversation

ckipp01
Copy link
Contributor

@ckipp01 ckipp01 commented Aug 15, 2022

I recently made a Mill plugin for Giter8 so that Mill users can also
have the benefit of being able to test the generation of their
templates. I added some small notes and instructions on how to use it
under "Testing templates locally", but let me know if there is somewhere
else that is more fitting. Also if you'd like to not include external
plugins in the official docs, then no problem, feel free to close.

I recently made a Mill plugin for Giter8 so that Mill users can also
have the benefit of being able to test the generation of their
templates. I added some small notes and instructions on how to use it
under "Testing templates locally", but let me know if there is somewhere
else that is more fitting. Also if you'd like to not include external
plugins in the official docs, then no problem, feel free to close.
Copy link
Member

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@eed3si9n eed3si9n merged commit e209ce1 into foundweekends:develop Aug 16, 2022
@ckipp01 ckipp01 deleted the mill branch August 16, 2022 14:00
your templates as well. An example setup can be found below:

```scala
import \$ivy.`io.chris-kipp::mill-giter8::0.2.0`
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this \ intentionally here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, if you look further up all the $ are escaped. I believe because it uses either itself or the same mechanism to copy over files so $ needs to be escaped. Although I now that I look I don't see this on the website. @eed3si9n is there anything special needed to get the website to be updated?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This repo used to be set up to publish on its own, but something regressed it seems. I just published it manually - http://www.foundweekends.org/giter8/testing.html#Using+Mill

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants