{"id":20311325,"url":"https://github.com/sofakingworld/beauty_kernel","last_synced_at":"2026-06-05T11:31:27.583Z","repository":{"id":57479532,"uuid":"156209090","full_name":"sofakingworld/beauty_kernel","owner":"sofakingworld","description":null,"archived":false,"fork":false,"pushed_at":"2018-11-05T12:42:42.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-20T04:49:02.505Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sofakingworld.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":"2018-11-05T11:44:15.000Z","updated_at":"2018-11-05T12:42:43.000Z","dependencies_parsed_at":"2022-09-17T04:50:45.768Z","dependency_job_id":null,"html_url":"https://github.com/sofakingworld/beauty_kernel","commit_stats":null,"previous_names":["sofaking18/beaty_kernel","sofaking18/beauty_kernel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sofakingworld/beauty_kernel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofakingworld%2Fbeauty_kernel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofakingworld%2Fbeauty_kernel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofakingworld%2Fbeauty_kernel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofakingworld%2Fbeauty_kernel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sofakingworld","download_url":"https://codeload.github.com/sofakingworld/beauty_kernel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofakingworld%2Fbeauty_kernel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33939225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-14T17:36:52.011Z","updated_at":"2026-06-05T11:31:27.530Z","avatar_url":"https://github.com/sofakingworld.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BeautyKernel\n\n[Package on Hex.pm](https://hex.pm/packages/beauty_kernel/0.1.0)\n\nThe BeautyKernel package does implement aliases for some Kernel functions.\n\nIt is usefull in pipelines, if you're tired of ugly Kernel calls, like shown below:\n\n```elixir\ndefmodule Foo do\n  def bar() do\n    list_of_data\n    |\u003e elvis_function()\n    |\u003e Kernel.++(additional_data)\n  end\nend\n```\n\nbecomes beauty \u003c3, just look:\n\n```elixir\ndefmodule Foo do\n  import BeautyKernel, only: :functions\n\n  def bar() do\n    list_of_data\n    |\u003e elvis_function()\n    |\u003e list_concat(additional_data)\n  end\nend\n```\n\n## Existing Aliases\n\ntable legend:\n\n`?*` - awaiting for naming proposal\n\n\nKernel | BeautyKernel's alias\n-------| -------------------\n!/1    | `?* `\n!=/2   | not_eq? \n!==/2  | `?* `\n\u0026\u0026/2   | `?*   `\n*/2    | multiply \n++/2   | list_concat\n+/1    | plus \n+/2    | plus \n--/2   | list_remove   \n-/1    | minus\n-/2    | minus\n../2   | `?*`\n/2     | devide \n\u003c/2    | lt?\n\u003c=/2   | lteq?   \n\u003c\u003e/2   | concat\n==/2   | eq?\n===/2  | `?*`\n=~/2   | match?\n\\\u003e/2    | gt?\n\\\u003e=/2   | gteq?\n\n\n## Installation\n\nThe package can be installed\nby adding `beauty_kernel` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:beauty_kernel, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofakingworld%2Fbeauty_kernel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsofakingworld%2Fbeauty_kernel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofakingworld%2Fbeauty_kernel/lists"}