{"id":17280701,"url":"https://github.com/lolgab/mill-guardrail","last_synced_at":"2025-10-15T00:32:10.477Z","repository":{"id":179201994,"uuid":"663124787","full_name":"lolgab/mill-guardrail","owner":"lolgab","description":"Mill Plugin for Guardrail","archived":false,"fork":false,"pushed_at":"2023-07-09T09:14:13.000Z","size":28,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-04T17:09:48.531Z","etag":null,"topics":["mill-plugin"],"latest_commit_sha":null,"homepage":"https://lolgab.github.io/mill-guardrail/","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lolgab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-06T15:51:05.000Z","updated_at":"2024-10-20T20:03:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"17697188-ebf9-4ccd-871d-c3ba89b3d14a","html_url":"https://github.com/lolgab/mill-guardrail","commit_stats":null,"previous_names":["lolgab/mill-guardrail"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolgab%2Fmill-guardrail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolgab%2Fmill-guardrail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolgab%2Fmill-guardrail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolgab%2Fmill-guardrail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lolgab","download_url":"https://codeload.github.com/lolgab/mill-guardrail/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236541963,"owners_count":19165764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mill-plugin"],"created_at":"2024-10-15T09:21:35.459Z","updated_at":"2025-10-15T00:32:05.147Z","avatar_url":"https://github.com/lolgab.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guardrail Mill Plugin\n\nPort of the [Guardrail Sbt Plugin](https://github.com/guardrail-dev/guardrail)\n\n## Getting Started\n\nAfter importing it in the `build.sc` file:\n\n```scala\nimport $ivy.`com.github.lolgab::mill-guardrail::x.y.z`\nimport com.github.lolgab.mill.guardrail._\n```\n\nthis plugin can be mixed in a `ScalaModule` defining the `guardrailTasks` target:\n\n```scala\nobject server extends ScalaModule with Guardrail {\n  def guardrailTasks = T.input {\n    Seq(\n      ScalaServer(\n        PathRef(T.workspace / \"server.yml\"),\n        pkg = \"com.example.server\",\n        framework = \"http4s\"\n      )\n    )\n  }\n\n  // ... other settings\n}\n```\n\n## Changelog\n\n### 0.0.1\n\n- First version\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flolgab%2Fmill-guardrail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flolgab%2Fmill-guardrail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flolgab%2Fmill-guardrail/lists"}