{"id":15287998,"url":"https://github.com/miolab/simple_assert","last_synced_at":"2025-07-25T05:30:31.228Z","repository":{"id":39578182,"uuid":"454981439","full_name":"miolab/simple_assert","owner":"miolab","description":"SimpleAssert asserts the given parameter is true or false.","archived":false,"fork":false,"pushed_at":"2022-07-15T08:39:17.000Z","size":25,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-24T17:06:11.594Z","etag":null,"topics":["elixir"],"latest_commit_sha":null,"homepage":"","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/miolab.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}},"created_at":"2022-02-03T00:27:40.000Z","updated_at":"2022-05-17T00:24:06.000Z","dependencies_parsed_at":"2022-07-16T01:00:29.261Z","dependency_job_id":null,"html_url":"https://github.com/miolab/simple_assert","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miolab%2Fsimple_assert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miolab%2Fsimple_assert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miolab%2Fsimple_assert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miolab%2Fsimple_assert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miolab","download_url":"https://codeload.github.com/miolab/simple_assert/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227527241,"owners_count":17783715,"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":["elixir"],"created_at":"2024-09-30T15:43:43.313Z","updated_at":"2024-12-01T09:25:55.042Z","avatar_url":"https://github.com/miolab.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleAssert\n\n![example workflow](https://github.com/miolab/simple_assert/actions/workflows/ci.yml/badge.svg)\n[![hex.pm version](https://img.shields.io/hexpm/v/simple_assert.svg)](https://hex.pm/packages/simple_assert)\n[![hex.pm](https://img.shields.io/hexpm/l/simple_assert.svg)](https://github.com/miolab/simple_assert/blob/master/LICENSE)\n\nSimpleAssert asserts the given parameter is `true` or `false`.\n\nIn future, we will implement the type checking features.\n\n## versions\n\n```\n% elixir -v\nErlang/OTP 24 [erts-12.1.5] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit]\n\nElixir 1.12.3 (compiled with Erlang/OTP 24)\n```\n\n## Installation\n\nIn order to use `SimpleAssert`, you will need to install Elixir.\n\nThen create an Elixir project via the mix build tool:\n\n```\n% mix new my_app\n```\n\nThen the package can be installed\nby adding `simple_assert` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:simple_assert, \"~\u003e 0.2.0\"}\n  ]\nend\n```\n\n## More information\n\nThe docs can\nbe found at [https://hexdocs.pm/simple_assert](https://hexdocs.pm/simple_assert).\n\n## LICENSE\n\nCopyright 2022 Ryotaro Imahashi\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiolab%2Fsimple_assert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiolab%2Fsimple_assert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiolab%2Fsimple_assert/lists"}