https://github.com/looztra/asdf-gofumpt
Asdf plugin to install gofumpt
https://github.com/looztra/asdf-gofumpt
Last synced: about 1 year ago
JSON representation
Asdf plugin to install gofumpt
- Host: GitHub
- URL: https://github.com/looztra/asdf-gofumpt
- Owner: looztra
- License: apache-2.0
- Created: 2023-07-09T12:27:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T13:53:53.000Z (almost 3 years ago)
- Last Synced: 2025-02-09T05:45:34.628Z (over 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-gofumpt
[](https://github.com/looztra/asdf-gofumpt/actions/workflows/build.yml)
[](https://github.com/looztra/asdf-gofumpt/actions/workflows/lint.yml)
[gofumpt](https://github.com/mvdan/gofumpt) plugin for the [asdf version manager](https://asdf-vm.com).
## Contents
- [asdf-gofumpt](#asdf-gofumpt)
- [Contents](#contents)
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
## Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
- `GITUB_TOKEN` set this environment variable (must be a valid [Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)) in your shell config to load the correct version of tool x.
## Install
Plugin:
```shell
asdf plugin add gofumpt
# or
asdf plugin add gofumpt https://github.com/looztra/asdf-gofumpt.git
```
gofumpt:
```shell
# Show all installable versions
asdf list all gofumpt
# Install specific version
asdf install gofumpt latest
# Set a version globally (on your ~/.tool-versions file)
asdf global gofumpt latest
# Now gofumpt commands are available
gofumpt --version
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
## Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/looztra/asdf-gofumpt/graphs/contributors)!
## License
See [LICENSE](LICENSE) © [Christophe Furmaniak](https://github.com/looztra/)