{"id":18419187,"url":"https://github.com/aubreypwd/zsh-plugin-require","last_synced_at":"2025-04-13T09:10:53.807Z","repository":{"id":74529002,"uuid":"300297468","full_name":"aubreypwd/zsh-plugin-require","owner":"aubreypwd","description":"A function that helps you require commands, e.g. require \u003ccommand\u003e \u003cinstall command\u003e.","archived":false,"fork":false,"pushed_at":"2023-04-07T16:45:08.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T07:13:30.865Z","etag":null,"topics":[],"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/aubreypwd.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-10-01T13:54:26.000Z","updated_at":"2023-12-30T06:28:05.000Z","dependencies_parsed_at":"2024-01-03T04:17:55.058Z","dependency_job_id":"d8c4454a-077b-40c4-ac81-af6db6c45601","html_url":"https://github.com/aubreypwd/zsh-plugin-require","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":"aubreypwd/zsh-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aubreypwd%2Fzsh-plugin-require","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aubreypwd%2Fzsh-plugin-require/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aubreypwd%2Fzsh-plugin-require/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aubreypwd%2Fzsh-plugin-require/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aubreypwd","download_url":"https://codeload.github.com/aubreypwd/zsh-plugin-require/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248688565,"owners_count":21145766,"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-11-06T04:16:10.293Z","updated_at":"2025-04-13T09:10:53.786Z","avatar_url":"https://github.com/aubreypwd.png","language":"Shell","funding_links":[],"categories":["Plugins"],"sub_categories":["ZSH on Windows"],"readme":"# `require`\n\nSimple function you can use to require commands on your system, e.g.:\n\n```bash\nrequire \"git\" \"brew install git\"\n```\n\n...will detect `git`, and if you don't have it installed will automatically run `brew install git` for you to install it.\n\n```bash\nrequire \"git\" \"brew install git\" \"brew\"\n```\n\nWill only run `brew install git` if the command `git` is missing and `brew` is available to install it.\n\n- Add `export REQUIRE_AUTO_INSTALL=\"off\"` to `~/.zshrc` to turn off auto installation of `require`.\n\n## Install\n\nUsing [antigen](https://github.com/zsh-users/antigen):\n\n```bash\nantigen bundle aubreypwd/zsh-plugin-require\n```\n\nWhen you have this installed, any other plugins that use it will automatically be able to manage dependancies automatically. \n\n## Development\n\nInstall the package on `master`:\n\n```bash\nantigen bundle ssh://git@github.com/aubreypwd/zsh-plugin-require\n```\n\n...and contribute upstream by working in `$HOME/.antigen/bundles/aubreypwd/zsh-plugin-require`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faubreypwd%2Fzsh-plugin-require","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faubreypwd%2Fzsh-plugin-require","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faubreypwd%2Fzsh-plugin-require/lists"}