{"id":13393237,"url":"https://github.com/bitwalker/distillery","last_synced_at":"2025-05-13T16:06:06.840Z","repository":{"id":9798809,"uuid":"63378174","full_name":"bitwalker/distillery","owner":"bitwalker","description":"Simplify deployments in Elixir with OTP releases!","archived":false,"fork":false,"pushed_at":"2024-08-04T05:50:57.000Z","size":1598,"stargazers_count":2968,"open_issues_count":56,"forks_count":398,"subscribers_count":53,"default_branch":"master","last_synced_at":"2025-04-16T07:20:07.269Z","etag":null,"topics":["deployment","distribution","elixir","packaging"],"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/bitwalker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-07-15T00:12:24.000Z","updated_at":"2025-04-04T19:07:50.000Z","dependencies_parsed_at":"2024-09-20T21:02:07.426Z","dependency_job_id":"19bce052-f672-4857-9b7b-d651550e045e","html_url":"https://github.com/bitwalker/distillery","commit_stats":{"total_commits":1008,"total_committers":169,"mean_commits":5.964497041420119,"dds":0.2579365079365079,"last_synced_commit":"3ab4d6146c7bc18139ed75d330e4fbb0fceb7591"},"previous_names":["bitwalker/bundler"],"tags_count":81,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwalker%2Fdistillery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwalker%2Fdistillery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwalker%2Fdistillery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwalker%2Fdistillery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitwalker","download_url":"https://codeload.github.com/bitwalker/distillery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250512353,"owners_count":21442990,"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":["deployment","distribution","elixir","packaging"],"created_at":"2024-07-30T17:00:46.974Z","updated_at":"2025-04-23T20:36:57.807Z","avatar_url":"https://github.com/bitwalker.png","language":"Elixir","funding_links":[],"categories":["Top 20 packages","Release Management","Elixir","Tools"],"sub_categories":["Mesh networks"],"readme":"# Distillery\n\n**NOTE:** This project is DEPRECATED. It's functionality was largely integrated into Mix itself\nas part of the Elixir 1.9 release. While there are some small differences between Distillery and\nMix Releases, the vast majority of users should find it quite easy (and very much worthwhile) to\nmigrate. For all others, this repo exists for you to fork and use as you see fit, but it is no\nlonger actively maintained. If there are folks interested in taking over maintenance of the project,\nplease open an issue and we can coordinate on adding you as a maintainer.\n\n[![Hex.pm Version](http://img.shields.io/hexpm/v/distillery.svg?style=flat)](https://hex.pm/packages/distillery)\n\n  * [Documentation](https://hexdocs.pm/distillery)\n  * [CHANGELOG](https://hexdocs.pm/distillery/changelog.html)\n  * [Upgrading to 2.x](https://hexdocs.pm/distillery/upgrading_to_2_0.html)\n\n## About\n\nEvery alchemist requires good tools, and one of the greatest tools in the alchemist's disposal\nis the distillery. The purpose of the distillery is to take something and break it down to its\ncomponent parts, reassembling it into something better, more powerful. That is exactly\nwhat this project does - it takes your Mix project and produces an Erlang/OTP release, a\ndistilled form of your raw application's components; a single package which can be deployed anywhere,\nindependently of an Erlang/Elixir installation. No dependencies, no hassle.\n\nThis is a pure-Elixir, dependency-free implementation of release generation for Elixir projects.\nIt is currently a standalone package, but may be integrated into Mix at some point in the future.\n\n## Installation\n\nDistillery requires Elixir 1.6 or greater. It works with Erlang 20+.\n\n```elixir\ndefp deps do\n  [{:distillery, \"~\u003e 2.1\"}]\nend\n```\n\nJust add as a mix dependency and use `mix distillery.release`.\n\nIf you are new to releases or Distillery, please review the [documentation](https://hexdocs.pm/distillery),\nit is extensive and covers just about any question you may have!\n\n## Community/Questions/etc.\n\nIf you have questions or want to discuss Distillery, releases, or other deployment\nrelated topics, a good starting point is the Deployment section of ElixirForum, which\ncan be found [here](https://elixirforum.com/c/dedicated-sections/deployment).\n\nI can often be found in IRC on freenode, in the `#elixir-lang` channel, and there is\nalso an [Elixir Slack channel](https://elixir-slackin.herokuapp.com) as well, though I don't frequent that myself, there are\nmany people who can answer questions there.\n\nFailing that, feel free to open an issue on the tracker with questions, and I'll do my\nbest to get to it in a timely fashion!\n\n## License\n\nMIT. See the [`LICENSE.md`](https://github.com/bitwalker/distillery/blob/master/LICENSE.md) in this repository for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitwalker%2Fdistillery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitwalker%2Fdistillery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitwalker%2Fdistillery/lists"}