You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an [asdf-vm plugin](https://asdf-vm.com/#/plugins-create) template with CI to run [Shellcheck](https://github.com/koalaman/shellcheck) and testing with the [asdf test GitHub Action](https://github.com/asdf-vm/actions).
[mirrord](https://mirrord.dev/) plugin for the [asdf version manager](https://asdf-vm.com).
6
6
7
-
1.[Generate](https://github.com/asdf-vm/asdf-plugin-template/generate) a new repository based on this template.
8
-
1. Clone it and run `bash setup.bash`.
9
-
1. Force push to your repo: `git push --force-with-lease`.
10
-
1. Adapt your code at the TODO markers. To find the markers: `git grep TODO`.
11
-
1. To develop your plugin further, please read [the plugins create section of the docs](https://asdf-vm.com/plugins/create.html).
7
+
</div>
12
8
13
-
>A feature of this plugin-template when hosted on GitHub is the use of [release-please](https://github.com/googleapis/release-please), an automated release tool. It leverages [Conventional Commit messages](https://www.conventionalcommits.org/) to determine semver release type, see the [documentation](https://github.com/googleapis/release-please).
9
+
# Contents
14
10
15
-
## Contributing
11
+
-[asdf-mirrord](#asdf-mirrord--)
12
+
-[Dependencies](#dependencies)
13
+
-[Install](#install)
14
+
-[Contributing](#contributing)
15
+
-[License](#license)
16
16
17
-
Contributions welcome!
17
+
# Dependencies
18
18
19
-
1. Install `asdf` tools
19
+
-`bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
20
+
- mirrord has OS specific binaries and are downloaded on the basis `OSTYPE` for determining the OS and `uname` for the architecture.
0 commit comments