{"id":16701466,"url":"https://github.com/ferd/rebar3-alias","last_synced_at":"2025-06-10T22:33:39.725Z","repository":{"id":29552938,"uuid":"33092111","full_name":"ferd/rebar3-alias","owner":"ferd","description":"Rebar3 Alias Plugin","archived":false,"fork":false,"pushed_at":"2015-03-29T22:50:29.000Z","size":120,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T06:41:52.742Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ferd.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":"2015-03-29T22:25:29.000Z","updated_at":"2019-08-05T14:59:19.000Z","dependencies_parsed_at":"2022-08-31T00:50:30.613Z","dependency_job_id":null,"html_url":"https://github.com/ferd/rebar3-alias","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferd%2Frebar3-alias","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferd%2Frebar3-alias/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferd%2Frebar3-alias/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferd%2Frebar3-alias/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ferd","download_url":"https://codeload.github.com/ferd/rebar3-alias/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferd%2Frebar3-alias/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259164036,"owners_count":22815261,"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":[],"created_at":"2024-10-12T18:44:11.228Z","updated_at":"2025-06-10T22:33:39.691Z","avatar_url":"https://github.com/ferd.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"alias\n=====\n\nRuns an aliased command. Aliases can be declared as:\n\n```erlang\n {alias, [\n   {renamed,  [\"help\"]},\n   {cleanall, [\"clean\", \"-a\"]},\n   {testall,  [\"do\", \"ct,\", \"eunit,\", \"cover\"]},\n   {validate, [\"do\", \"ct,\", \"eunit,\", \"dialyzer\"]},\n ]}.\n```\n\nUse\n---\n\nAdd the plugin to your rebar config:\n\n    {plugins, [\n        {alias, {git, \"https://github.com/ferd/rebar3-alias.git\"}}\n    ]}.\n\nThen just call your plugin directly in an existing application:\n\n\n    $ rebar3 alias \u003ccommand\u003e\n    ===\u003e Fetching alias\n    ===\u003e Compiling alias\n    \u003cCommand Output\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferd%2Frebar3-alias","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fferd%2Frebar3-alias","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferd%2Frebar3-alias/lists"}