{"id":32172232,"url":"https://github.com/thebugcatcher/adify","last_synced_at":"2026-02-21T15:05:33.334Z","repository":{"id":57478732,"uuid":"114397303","full_name":"thebugcatcher/adify","owner":"thebugcatcher","description":"A configurable, extendable automated DevOps/Dev environment tool. ","archived":false,"fork":false,"pushed_at":"2020-10-09T12:58:31.000Z","size":287,"stargazers_count":7,"open_issues_count":8,"forks_count":2,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2026-01-14T07:33:25.420Z","etag":null,"topics":["developer","development-environment","devops-workflow","elixir-lang","environment-configuration"],"latest_commit_sha":null,"homepage":"","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/thebugcatcher.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":"2017-12-15T17:52:14.000Z","updated_at":"2023-07-18T19:49:00.000Z","dependencies_parsed_at":"2022-08-30T09:50:10.978Z","dependency_job_id":null,"html_url":"https://github.com/thebugcatcher/adify","commit_stats":null,"previous_names":["aditya7iyengar/adify"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/thebugcatcher/adify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebugcatcher%2Fadify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebugcatcher%2Fadify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebugcatcher%2Fadify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebugcatcher%2Fadify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thebugcatcher","download_url":"https://codeload.github.com/thebugcatcher/adify/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebugcatcher%2Fadify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29684076,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T14:31:22.911Z","status":"ssl_error","status_checked_at":"2026-02-21T14:31:22.570Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["developer","development-environment","devops-workflow","elixir-lang","environment-configuration"],"created_at":"2025-10-21T18:32:08.474Z","updated_at":"2026-02-21T15:05:33.327Z","avatar_url":"https://github.com/thebugcatcher.png","language":"Elixir","readme":"\u003cimg src=\"logo/logo.png\" href=\"https://hexdocs.pm/adify/index.html\" width=\"270\" height=\"190\"\u003e\n\n----\n\n[![Build Status](https://travis-ci.org/aditya7iyengar/adify.svg?branch=master)](https://travis-ci.org/aditya7iyengar/adify)\n[![Coverage Status](https://coveralls.io/repos/github/aditya7iyengar/adify/badge.svg?branch=master)](https://coveralls.io/github/aditya7iyengar/adify?branch=master)\n[![Hex Version](http://img.shields.io/hexpm/v/adify.svg?style=flat)](https://hex.pm/packages/adify)\n[![hex.pm downloads](https://img.shields.io/hexpm/dt/adify.svg)](https://hex.pm/packages/adify)\n[![Hex docs](http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat)](https://hexdocs.pm/adify)\n[![docs](https://inch-ci.org/github/aditya7iyengar/adify.svg)](http://inch-ci.org/github/aditya7iyengar/adify)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/aditya7iyengar/adify/master/LICENSE)\n\n__A configurable, extendable automated DevOps environment app__. \u003cbr /\u003e\n\nThis app installs tools based on the given operating systems.\n\n## Installation\n\nAdify is [available on hex.pm](https://hex.pm/packages/adify).\n\nYou can either add it as a dependency in your project's `mix.exs`, or install it\nglobally as an archive task.\n\n```elixir\n# In mix.exs\ndef deps do\n  [\n    {:adify, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nOR\n\n```sh\n$ mix archive.install hex adify 0.1.0\n```\n\n## Usage\n\n### Basic Usage\n\nThis app comes with an prelude script, that can be ran to install it's required\ndependencies on your computers. The easiest way to get started is to run that\nscript:\n\n```sh\n$ bash \u003c(wget -qO- https://raw.githubusercontent.com/aditya7iyengar/adify/master/prelude.sh)\n\nOR\n\n$ bash \u003c(curl -s https://raw.githubusercontent.com/aditya7iyengar/adify/master/prelude.sh)\n```\n\nThis script installs the required dependencies to run `$ mix adify` task and\nruns the task from the home directory. Based on the value of the environment\nvariable `NO_CONFIRM`, it will either confirm before installing a dependency or\nnot. (If `NO_CONFIRM` is not set, it defaults to `false`)\n\nTo get more information about what this script does, check out the documentation\nfor `prelude.sh` on top of the file.\n\n#### Configure\n\n- `NO_CONFIRM` env variable\n- `TOOLS_DIR` env variable\n- `SHELL` env variable\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebugcatcher%2Fadify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthebugcatcher%2Fadify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebugcatcher%2Fadify/lists"}