{"id":20296388,"url":"https://github.com/mise-plugins/asdf-cargo-make","last_synced_at":"2025-10-10T21:32:27.736Z","repository":{"id":66247774,"uuid":"554976473","full_name":"mise-plugins/asdf-cargo-make","owner":"mise-plugins","description":"cargo-make plugin for the asdf version manager","archived":false,"fork":false,"pushed_at":"2024-07-29T03:01:18.000Z","size":229,"stargazers_count":4,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-04T06:36:25.245Z","etag":null,"topics":["asdf","asdf-plugin","task-runner"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/mise-plugins.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2022-10-20T18:25:41.000Z","updated_at":"2024-06-03T03:10:24.000Z","dependencies_parsed_at":"2023-09-27T13:28:28.354Z","dependency_job_id":"4737eba5-53b1-4662-94eb-f57378d1da8e","html_url":"https://github.com/mise-plugins/asdf-cargo-make","commit_stats":null,"previous_names":["mise-plugins/asdf-cargo-make"],"tags_count":5,"template":false,"template_full_name":"asdf-vm/asdf-plugin-template","purl":"pkg:github/mise-plugins/asdf-cargo-make","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mise-plugins%2Fasdf-cargo-make","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mise-plugins%2Fasdf-cargo-make/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mise-plugins%2Fasdf-cargo-make/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mise-plugins%2Fasdf-cargo-make/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mise-plugins","download_url":"https://codeload.github.com/mise-plugins/asdf-cargo-make/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mise-plugins%2Fasdf-cargo-make/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005413,"owners_count":26083883,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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":["asdf","asdf-plugin","task-runner"],"created_at":"2024-11-14T15:38:23.923Z","updated_at":"2025-10-10T21:32:27.693Z","avatar_url":"https://github.com/mise-plugins.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# asdf-cargo-make\n\n[![Build](https://github.com/kachick/asdf-cargo-make/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/kachick/asdf-cargo-make/actions/workflows/build.yml?query=branch%3Amain) [![Lint](https://github.com/kachick/asdf-cargo-make/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/kachick/asdf-cargo-make/actions/workflows/lint.yml?query=branch%3Amain)\n\n[cargo-make](https://sagiegurari.github.io/cargo-make/) plugin for the [asdf version manager](https://asdf-vm.com).\\\nTested also [mise](https://github.com/jdx/mise).\n\n# Dependencies\n\n- `asdf-vm` or `mise`\n- `bash`, `curl`, `unzip`: generic POSIX utilities.\n\nThis plugin requires `unzip` to be installed.\n\nIf you have a Debian system like Ubuntu, you can install it by typing\n`sudo apt-get install unzip`.\n\n# Install\n\nPlugin:\n\n```shell\nasdf plugin add cargo-make https://github.com/kachick/asdf-cargo-make.git\n```\n\n[short-name is also available](https://github.com/asdf-vm/asdf-plugins/blob/6498384c22a29602d065d3db681b8f32f7e4295b/plugins/cargo-make#L1) if you turn off [disable_plugin_short_name_repository](https://asdf-vm.com/manage/configuration.html#disable-plugin-short-name-repository)\n\n```shell\nasdf plugin add cargo-make\n```\n\ncargo-make:\n\n```shell\n# Show all installable versions\nasdf list-all cargo-make\n\n# Install specific version\nasdf install cargo-make latest\n\n# NOTE: This plugin supports only cargo-make 0.16.0+\n\n# Set a version globally (on your ~/.tool-versions file)\nasdf global cargo-make latest\n\n# Now cargo-make commands are available\ncargo-make make --help\n# Latest versions have `makers` command too\nmakers --version\n```\n\nCheck [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to\ninstall \u0026 manage versions.\n\n# Contributing\n\nContributions of any kind welcome! See the [contributing guide](CONTRIBUTING.md).\n\n# License\n\nSee [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmise-plugins%2Fasdf-cargo-make","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmise-plugins%2Fasdf-cargo-make","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmise-plugins%2Fasdf-cargo-make/lists"}