{"id":21178793,"url":"https://github.com/nfibrokerage/bless","last_synced_at":"2025-06-22T09:35:15.684Z","repository":{"id":46567714,"uuid":"284109359","full_name":"NFIBrokerage/bless","owner":"NFIBrokerage","description":"A mix task for running test suites","archived":false,"fork":false,"pushed_at":"2024-03-15T21:07:06.000Z","size":44,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-29T08:40:45.588Z","etag":null,"topics":["library"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/NFIBrokerage.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-31T19:02:15.000Z","updated_at":"2022-05-04T19:18:52.000Z","dependencies_parsed_at":"2022-09-26T18:10:45.224Z","dependency_job_id":null,"html_url":"https://github.com/NFIBrokerage/bless","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NFIBrokerage%2Fbless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NFIBrokerage%2Fbless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NFIBrokerage%2Fbless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NFIBrokerage%2Fbless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NFIBrokerage","download_url":"https://codeload.github.com/NFIBrokerage/bless/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225600193,"owners_count":17494583,"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":["library"],"created_at":"2024-11-20T17:26:26.590Z","updated_at":"2024-11-20T17:26:27.205Z","avatar_url":"https://github.com/NFIBrokerage.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bless\n\n![Actions CI](https://github.com/NFIBrokerage/bless/workflows/Actions%20CI/badge.svg)\n\nA mix task for running test suites\n\n## Usage\n\nDefine the test suite for bless to run by making a list of tasks and\narguments in your `mix.exs` file. Add a `:bless_suite` key to the `project/0`\nfunction like so:\n\n```elixir\ndef project do\n  [\n    preferred_cli_env: [\n      bless: :test\n    ],\n    ..\n    bless_suite: [\n      compile: [\"--warnings-as-errors\", \"--force\"],\n      \"chaps.html\": [\"--raise\"],\n      format: [\"--check-formatted\"],\n      credo: [],\n      \"deps.unlock\": [\"--check-unused\"]\n    ],\n    ..\n  ]\nend\n```\n\nThen running `mix bless` will run each of those tasks.\n\n## Installation\n\n```elixir\ndef deps do\n  [\n    {:bless, \"~\u003e 1.0\"}\n  ]\nend\n```\n\n\u003c!-- # Generated by Elixir.Gaas.Generators.Simple.Readme --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfibrokerage%2Fbless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnfibrokerage%2Fbless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfibrokerage%2Fbless/lists"}